]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/powerpc/math-emu/fmuls.c
Merge branch 'linus' into x86/pci-ioapic-boot-irq-quirks
[linux-2.6-omap-h63xx.git] / arch / powerpc / math-emu / fmuls.c
index 26bc4278271cd9bb4a9393884a92f6c699005ebd..962b5883f784b0bb460f0f5448d4edcf737c42c9 100644 (file)
@@ -15,7 +15,7 @@ fmuls(void *frD, void *frA, void *frB)
        int ret = 0;
 
 #ifdef DEBUG
-       printk("%s: %p %p %p\n", __FUNCTION__, frD, frA, frB);
+       printk("%s: %p %p %p\n", __func__, frD, frA, frB);
 #endif
 
        __FP_UNPACK_D(A, frA);