]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/powerpc/math-emu/mtfsb0.c
powerpc: Add new CPU feature: CPU_FTR_CP_USE_DCBTZ
[linux-2.6-omap-h63xx.git] / arch / powerpc / math-emu / mtfsb0.c
index 99bfd80f4af3a1d5ffcb0599441c40352f25e8a8..d3062350ea215535cf60d999ff181e95197be6ed 100644 (file)
@@ -11,7 +11,7 @@ mtfsb0(int crbD)
                __FPU_FPSCR &= ~(1 << (31 - crbD));
 
 #ifdef DEBUG
-       printk("%s: %d %08lx\n", __FUNCTION__, crbD, __FPU_FPSCR);
+       printk("%s: %d %08lx\n", __func__, crbD, __FPU_FPSCR);
 #endif
 
        return 0;