diff options
Diffstat (limited to 'arch/sh/kernel/process.c')
-rw-r--r-- | arch/sh/kernel/process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/kernel/process.c b/arch/sh/kernel/process.c index 055d91b70305..53bc6c4c84ec 100644 --- a/arch/sh/kernel/process.c +++ b/arch/sh/kernel/process.c | |||
@@ -65,7 +65,7 @@ void arch_task_cache_init(void) | |||
65 | # define HAVE_SOFTFP 0 | 65 | # define HAVE_SOFTFP 0 |
66 | #endif | 66 | #endif |
67 | 67 | ||
68 | void __cpuinit init_thread_xstate(void) | 68 | void init_thread_xstate(void) |
69 | { | 69 | { |
70 | if (boot_cpu_data.flags & CPU_HAS_FPU) | 70 | if (boot_cpu_data.flags & CPU_HAS_FPU) |
71 | xstate_size = sizeof(struct sh_fpu_hard_struct); | 71 | xstate_size = sizeof(struct sh_fpu_hard_struct); |