From 80dfe8c10cc52aaf2cb4366cc2a141fcdc999ce2 Mon Sep 17 00:00:00 2001 From: Sam Ravnborg Date: Wed, 30 Jan 2008 13:33:37 +0100 Subject: [PATCH] --- yaml --- r: 80403 b: refs/heads/master c: 4c02ad1efdd1293d6fdd453a2f27ad993458dcd1 h: refs/heads/master i: 80401: 64dcad524b6caa97c52700b3cbc382d2aa7faf1d 80399: ca04fc3fc1eb07609b68f38d7a73e96d6fbc109f v: v3 --- [refs] | 2 +- trunk/arch/x86/kernel/process_32.c | 2 +- trunk/arch/x86/kernel/process_64.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 7cbb8916f4de..c99dee16ad57 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b48ed48a7816aafedb260cafe872a55757b9489e +refs/heads/master: 4c02ad1efdd1293d6fdd453a2f27ad993458dcd1 diff --git a/trunk/arch/x86/kernel/process_32.c b/trunk/arch/x86/kernel/process_32.c index b72d7d132072..968371ab223a 100644 --- a/trunk/arch/x86/kernel/process_32.c +++ b/trunk/arch/x86/kernel/process_32.c @@ -285,7 +285,7 @@ static void mwait_idle(void) mwait_idle_with_hints(0, 0); } -static int mwait_usable(const struct cpuinfo_x86 *c) +static int __cpuinit mwait_usable(const struct cpuinfo_x86 *c) { if (force_mwait) return 1; diff --git a/trunk/arch/x86/kernel/process_64.c b/trunk/arch/x86/kernel/process_64.c index b4c470658a8a..137a86171c39 100644 --- a/trunk/arch/x86/kernel/process_64.c +++ b/trunk/arch/x86/kernel/process_64.c @@ -281,7 +281,7 @@ static void mwait_idle(void) } -static int mwait_usable(const struct cpuinfo_x86 *c) +static int __cpuinit mwait_usable(const struct cpuinfo_x86 *c) { if (force_mwait) return 1;