diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-11-24 22:07:31 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-11-24 22:07:31 -0500 |
commit | 6ba653830c85a37d0a054f1e43d9b51e59d1150b (patch) | |
tree | 2bbafd395a15b3f649fc346cc2a9c67485e0d3f5 /arch/sh/include | |
parent | b9e39c89a9639e5005d8225a23fb7faf118a85eb (diff) |
sh: Fix up the FPU emulation build.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/include')
-rw-r--r-- | arch/sh/include/asm/fpu.h | 1 |
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); | |||
25 | #define save_fpu(tsk) do { } while (0) | 25 | #define save_fpu(tsk) do { } while (0) |
26 | #define release_fpu(regs) do { } while (0) | 26 | #define release_fpu(regs) do { } while (0) |
27 | #define grab_fpu(regs) do { } while (0) | 27 | #define grab_fpu(regs) do { } while (0) |
28 | #define fpu_state_restore(regs) do { } while (0) | ||
28 | 29 | ||
29 | #endif | 30 | #endif |
30 | 31 | ||