aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/math-emu/fmr.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/math-emu/fmr.c')
-rw-r--r--arch/powerpc/math-emu/fmr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/math-emu/fmr.c b/arch/powerpc/math-emu/fmr.c
index 28df700c0c7e..bd55384b8196 100644
--- a/arch/powerpc/math-emu/fmr.c
+++ b/arch/powerpc/math-emu/fmr.c
@@ -9,7 +9,7 @@ fmr(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