aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/math-emu/fsqrts.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/math-emu/fsqrts.c')
-rw-r--r--arch/powerpc/math-emu/fsqrts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/math-emu/fsqrts.c b/arch/powerpc/math-emu/fsqrts.c
index 3b2b1cf55c12..335263e06ee5 100644
--- a/arch/powerpc/math-emu/fsqrts.c
+++ b/arch/powerpc/math-emu/fsqrts.c
@@ -14,7 +14,7 @@ fsqrts(void *frD, void *frB)
14 int ret = 0; 14 int ret = 0;
15 15
16#ifdef DEBUG 16#ifdef DEBUG
17 printk("%s: %p %p %p %p\n", __FUNCTION__, frD, frB); 17 printk("%s: %p %p %p %p\n", __func__, frD, frB);
18#endif 18#endif
19 19
20 __FP_UNPACK_D(B, frB); 20 __FP_UNPACK_D(B, frB);