]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/powerpc/math-emu/fctiw.c
[POWERPC] Enable CONFIG_FORCE_MAX_ZONEORDER for all PowerPC, and make selectable
[linux-2.6-omap-h63xx.git] / arch / powerpc / math-emu / fctiw.c
index 3b3c98b840cf139a48a8f05880a093f2617a2c0b..fcd7a95e021dcb5b9711115c57830ceeefaeefef 100644 (file)
@@ -16,7 +16,7 @@ fctiw(u32 *frD, void *frB)
        frD[1] = r;
 
 #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