aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/math-emu/frsqrte.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/math-emu/frsqrte.c')
-rw-r--r--arch/powerpc/math-emu/frsqrte.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/math-emu/frsqrte.c b/arch/powerpc/math-emu/frsqrte.c
index a11ae1829850..1d0a3a0fd0e6 100644
--- a/arch/powerpc/math-emu/frsqrte.c
+++ b/arch/powerpc/math-emu/frsqrte.c
@@ -6,7 +6,7 @@ int
6frsqrte(void *frD, void *frB) 6frsqrte(void *frD, void *frB)
7{ 7{
8#ifdef DEBUG 8#ifdef DEBUG
9 printk("%s: %p %p\n", __FUNCTION__, frD, frB); 9 printk("%s: %p %p\n", __func__, frD, frB);
10#endif 10#endif
11 return 0; 11 return 0;
12} 12}