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 81add9b9ea6e..4d49c8643777 100644 --- a/arch/sh/kernel/process.c +++ b/arch/sh/kernel/process.c | |||
@@ -89,7 +89,7 @@ void arch_task_cache_init(void) | |||
89 | # define HAVE_SOFTFP 0 | 89 | # define HAVE_SOFTFP 0 |
90 | #endif | 90 | #endif |
91 | 91 | ||
92 | void init_thread_xstate(void) | 92 | void __cpuinit init_thread_xstate(void) |
93 | { | 93 | { |
94 | if (boot_cpu_data.flags & CPU_HAS_FPU) | 94 | if (boot_cpu_data.flags & CPU_HAS_FPU) |
95 | xstate_size = sizeof(struct sh_fpu_hard_struct); | 95 | xstate_size = sizeof(struct sh_fpu_hard_struct); |