diff options
Diffstat (limited to 'arch/x86/kernel/process.c')
-rw-r--r-- | arch/x86/kernel/process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/process.c b/arch/x86/kernel/process.c index e764fc05d700..3c189e9accd3 100644 --- a/arch/x86/kernel/process.c +++ b/arch/x86/kernel/process.c | |||
@@ -506,7 +506,7 @@ static void poll_idle(void) | |||
506 | #define MWAIT_ECX_EXTENDED_INFO 0x01 | 506 | #define MWAIT_ECX_EXTENDED_INFO 0x01 |
507 | #define MWAIT_EDX_C1 0xf0 | 507 | #define MWAIT_EDX_C1 0xf0 |
508 | 508 | ||
509 | int __cpuinit mwait_usable(const struct cpuinfo_x86 *c) | 509 | int mwait_usable(const struct cpuinfo_x86 *c) |
510 | { | 510 | { |
511 | u32 eax, ebx, ecx, edx; | 511 | u32 eax, ebx, ecx, edx; |
512 | 512 | ||