aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/math-emu/stfd.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/math-emu/stfd.c')
-rw-r--r--arch/powerpc/math-emu/stfd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/math-emu/stfd.c b/arch/powerpc/math-emu/stfd.c
index 3f8c2558a9e8..33a165c8df0f 100644
--- a/arch/powerpc/math-emu/stfd.c
+++ b/arch/powerpc/math-emu/stfd.c
@@ -7,7 +7,7 @@ stfd(void *frS, void *ea)
7{ 7{
8#if 0 8#if 0
9#ifdef DEBUG 9#ifdef DEBUG
10 printk("%s: S %p, ea %p: ", __FUNCTION__, frS, ea); 10 printk("%s: S %p, ea %p: ", __func__, frS, ea);
11 dump_double(frS); 11 dump_double(frS);
12 printk("\n"); 12 printk("\n");
13#endif 13#endif