]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/powerpc/math-emu/fmr.c
[POWERPC] Enable CONFIG_FORCE_MAX_ZONEORDER for all PowerPC, and make selectable
[linux-2.6-omap-h63xx.git] / arch / powerpc / math-emu / fmr.c
index 28df700c0c7e6008b1360fa80aeadfd562f3f4d7..bd55384b8196e38a816e440c92c52b28fe0394aa 100644 (file)
@@ -9,7 +9,7 @@ fmr(u32 *frD, u32 *frB)
        frD[1] = frB[1];
 
 #ifdef DEBUG
-       printk("%s: D %p, B %p: ", __FUNCTION__, frD, frB);
+       printk("%s: D %p, B %p: ", __func__, frD, frB);
        dump_double(frD);
        printk("\n");
 #endif