From 2c303227a68a99cdc27c1c1e5d6739347e7c64cf Mon Sep 17 00:00:00 2001 From: Borislav Petkov Date: Fri, 11 Feb 2011 18:17:54 +0100 Subject: [PATCH] --- yaml --- r: 233254 b: refs/heads/master c: 1c9d16e35911090dee3f9313e6af13af623d66ee h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/x86/include/asm/cpu.h | 2 +- trunk/arch/x86/kernel/process.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index ca4bd33f4f95..8ffa8b469431 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5117348dea5e3ecbb785cfa1271386fb49332b41 +refs/heads/master: 1c9d16e35911090dee3f9313e6af13af623d66ee diff --git a/trunk/arch/x86/include/asm/cpu.h b/trunk/arch/x86/include/asm/cpu.h index 6e6e7558e702..4564c8e28a33 100644 --- a/trunk/arch/x86/include/asm/cpu.h +++ b/trunk/arch/x86/include/asm/cpu.h @@ -32,6 +32,6 @@ extern void arch_unregister_cpu(int); DECLARE_PER_CPU(int, cpu_state); -int __cpuinit mwait_usable(const struct cpuinfo_x86 *); +int mwait_usable(const struct cpuinfo_x86 *); #endif /* _ASM_X86_CPU_H */ diff --git a/trunk/arch/x86/kernel/process.c b/trunk/arch/x86/kernel/process.c index e764fc05d700..3c189e9accd3 100644 --- a/trunk/arch/x86/kernel/process.c +++ b/trunk/arch/x86/kernel/process.c @@ -506,7 +506,7 @@ static void poll_idle(void) #define MWAIT_ECX_EXTENDED_INFO 0x01 #define MWAIT_EDX_C1 0xf0 -int __cpuinit mwait_usable(const struct cpuinfo_x86 *c) +int mwait_usable(const struct cpuinfo_x86 *c) { u32 eax, ebx, ecx, edx;