aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/math-emu/fneg.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/math-emu/fneg.c')
-rw-r--r--arch/powerpc/math-emu/fneg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/math-emu/fneg.c b/arch/powerpc/math-emu/fneg.c
index fe9a98deff69..1e988cd9c6cc 100644
--- a/arch/powerpc/math-emu/fneg.c
+++ b/arch/powerpc/math-emu/fneg.c
@@ -9,7 +9,7 @@ fneg(u32 *frD, u32 *frB)
9 frD[1] = frB[1]; 9 frD[1] = frB[1];
10 10
11#ifdef DEBUG 11#ifdef DEBUG
12 printk("%s: D %p, B %p: ", __FUNCTION__, frD, frB); 12 printk("%s: D %p, B %p: ", __func__, frD, frB);
13 dump_double(frD); 13 dump_double(frD);
14 printk("\n"); 14 printk("\n");
15#endif 15#endif