]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/powerpc/math-emu/fcmpu.c
KVM: ppc: adds trace points for ppc tlb activity
[linux-2.6-omap-h63xx.git] / arch / powerpc / math-emu / fcmpu.c
index b7e33176e618815ff02125f18f9b7539668960a2..53d93894f2a692d00ebaac71d4014bb8e0fc4356 100644 (file)
@@ -14,7 +14,7 @@ fcmpu(u32 *ccr, int crfD, void *frA, void *frB)
        long cmp;
 
 #ifdef DEBUG
-       printk("%s: %p (%08x) %d %p %p\n", __FUNCTION__, ccr, *ccr, crfD, frA, frB);
+       printk("%s: %p (%08x) %d %p %p\n", __func__, ccr, *ccr, crfD, frA, frB);
 #endif
 
        __FP_UNPACK_D(A, frA);