]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/powerpc/math-emu/fneg.c
[POWERPC] Enable CONFIG_FORCE_MAX_ZONEORDER for all PowerPC, and make selectable
[linux-2.6-omap-h63xx.git] / arch / powerpc / math-emu / fneg.c
index fe9a98deff696130baf936f90f2c6e50920ec3cd..1e988cd9c6ccab8034cfb824e78800d4599d2a85 100644 (file)
@@ -9,7 +9,7 @@ fneg(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