diff options
Diffstat (limited to 'include/asm-sh/processor.h')
| -rw-r--r-- | include/asm-sh/processor.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/include/asm-sh/processor.h b/include/asm-sh/processor.h index d42f68e724fa..2252e75daa26 100644 --- a/include/asm-sh/processor.h +++ b/include/asm-sh/processor.h | |||
| @@ -36,7 +36,7 @@ | |||
| 36 | */ | 36 | */ |
| 37 | enum cpu_type { | 37 | enum cpu_type { |
| 38 | /* SH-2 types */ | 38 | /* SH-2 types */ |
| 39 | CPU_SH7604, CPU_SH7619, | 39 | CPU_SH7619, |
| 40 | 40 | ||
| 41 | /* SH-2A types */ | 41 | /* SH-2A types */ |
| 42 | CPU_SH7206, | 42 | CPU_SH7206, |
| @@ -52,7 +52,7 @@ enum cpu_type { | |||
| 52 | CPU_SH7760, CPU_ST40RA, CPU_ST40GX1, CPU_SH4_202, CPU_SH4_501, | 52 | CPU_SH7760, CPU_ST40RA, CPU_ST40GX1, CPU_SH4_202, CPU_SH4_501, |
| 53 | 53 | ||
| 54 | /* SH-4A types */ | 54 | /* SH-4A types */ |
| 55 | CPU_SH7770, CPU_SH7780, CPU_SH7781, CPU_SH7785, | 55 | CPU_SH7770, CPU_SH7780, CPU_SH7781, CPU_SH7785, CPU_SHX3, |
| 56 | 56 | ||
| 57 | /* SH4AL-DSP types */ | 57 | /* SH4AL-DSP types */ |
| 58 | CPU_SH73180, CPU_SH7343, CPU_SH7722, | 58 | CPU_SH73180, CPU_SH7343, CPU_SH7722, |
| @@ -228,11 +228,7 @@ static __inline__ void grab_fpu(struct pt_regs *regs) | |||
| 228 | regs->sr &= ~SR_FD; | 228 | regs->sr &= ~SR_FD; |
| 229 | } | 229 | } |
| 230 | 230 | ||
| 231 | #ifdef CONFIG_CPU_SH4 | ||
| 232 | extern void save_fpu(struct task_struct *__tsk, struct pt_regs *regs); | 231 | extern void save_fpu(struct task_struct *__tsk, struct pt_regs *regs); |
| 233 | #else | ||
| 234 | #define save_fpu(tsk) do { } while (0) | ||
| 235 | #endif | ||
| 236 | 232 | ||
| 237 | #define unlazy_fpu(tsk, regs) do { \ | 233 | #define unlazy_fpu(tsk, regs) do { \ |
| 238 | if (test_tsk_thread_flag(tsk, TIF_USEDFPU)) { \ | 234 | if (test_tsk_thread_flag(tsk, TIF_USEDFPU)) { \ |
