diff options
Diffstat (limited to 'arch/x86/kernel')
-rw-r--r-- | arch/x86/kernel/process_32.c | 2 | ||||
-rw-r--r-- | arch/x86/kernel/process_64.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/kernel/process_32.c b/arch/x86/kernel/process_32.c index b72d7d132072..968371ab223a 100644 --- a/arch/x86/kernel/process_32.c +++ b/arch/x86/kernel/process_32.c | |||
@@ -285,7 +285,7 @@ static void mwait_idle(void) | |||
285 | mwait_idle_with_hints(0, 0); | 285 | mwait_idle_with_hints(0, 0); |
286 | } | 286 | } |
287 | 287 | ||
288 | static int mwait_usable(const struct cpuinfo_x86 *c) | 288 | static int __cpuinit mwait_usable(const struct cpuinfo_x86 *c) |
289 | { | 289 | { |
290 | if (force_mwait) | 290 | if (force_mwait) |
291 | return 1; | 291 | return 1; |
diff --git a/arch/x86/kernel/process_64.c b/arch/x86/kernel/process_64.c index b4c470658a8a..137a86171c39 100644 --- a/arch/x86/kernel/process_64.c +++ b/arch/x86/kernel/process_64.c | |||
@@ -281,7 +281,7 @@ static void mwait_idle(void) | |||
281 | } | 281 | } |
282 | 282 | ||
283 | 283 | ||
284 | static int mwait_usable(const struct cpuinfo_x86 *c) | 284 | static int __cpuinit mwait_usable(const struct cpuinfo_x86 *c) |
285 | { | 285 | { |
286 | if (force_mwait) | 286 | if (force_mwait) |
287 | return 1; | 287 | return 1; |