aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/include/asm/fpu.h
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2009-11-25 12:07:31 +0900
committerPaul Mundt <lethal@linux-sh.org>2009-11-25 12:07:31 +0900
commit6ba653830c85a37d0a054f1e43d9b51e59d1150b (patch)
tree2bbafd395a15b3f649fc346cc2a9c67485e0d3f5 /arch/sh/include/asm/fpu.h
parentserial: sh-sci: don't use __devexit_p to wrap sci_remove (diff)
downloadlinux-dev-6ba653830c85a37d0a054f1e43d9b51e59d1150b.tar.xz
linux-dev-6ba653830c85a37d0a054f1e43d9b51e59d1150b.zip
sh: Fix up the FPU emulation build.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/include/asm/fpu.h')
-rw-r--r--arch/sh/include/asm/fpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/include/asm/fpu.h b/arch/sh/include/asm/fpu.h
index d7709c06fac4..fb6bbb9b1cc8 100644
--- a/arch/sh/include/asm/fpu.h
+++ b/arch/sh/include/asm/fpu.h
@@ -25,6 +25,7 @@ void fpu_state_restore(struct pt_regs *regs);
#define save_fpu(tsk) do { } while (0)
#define release_fpu(regs) do { } while (0)
#define grab_fpu(regs) do { } while (0)
+#define fpu_state_restore(regs) do { } while (0)
#endif