powerpc: Hugetlb pgtable cache access cleanup
[safe/jmp/linux-2.6] / arch / powerpc / math-emu / fres.c
index ec11e46..10ecbd0 100644 (file)
@@ -6,7 +6,7 @@ int
 fres(void *frD, void *frB)
 {
 #ifdef DEBUG
-       printk("%s: %p %p\n", __FUNCTION__, frD, frB);
+       printk("%s: %p %p\n", __func__, frD, frB);
 #endif
        return -ENOSYS;
 }