| commit | 6ba653830c85a37d0a054f1e43d9b51e59d1150b | [log] [tgz] | 
|---|---|---|
| author | Paul Mundt <lethal@linux-sh.org> | Wed Nov 25 12:07:31 2009 +0900 | 
| committer | Paul Mundt <lethal@linux-sh.org> | Wed Nov 25 12:07:31 2009 +0900 | 
| tree | 2bbafd395a15b3f649fc346cc2a9c67485e0d3f5 | |
| parent | b9e39c89a9639e5005d8225a23fb7faf118a85eb [diff] [blame] | 
sh: Fix up the FPU emulation build. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
diff --git a/arch/sh/include/asm/fpu.h b/arch/sh/include/asm/fpu.h index d7709c0..fb6bbb9 100644 --- a/arch/sh/include/asm/fpu.h +++ b/arch/sh/include/asm/fpu.h
@@ -25,6 +25,7 @@ #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