[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <495726DA.80301@larces.uece.br>
Date: Sun, 28 Dec 2008 04:12:26 -0300
From: Sergio Luis <sergio@...ces.uece.br>
To: Mike Travis <travis@....com>
CC: Rusty Russell <rusty@...tcorp.com.au>, Ingo Molnar <mingo@...e.hu>,
Oleg Nesterov <oleg@...sign.ru>,
LKML <linux-kernel@...r.kernel.org>
Subject: [PATCH -tip] x86: mark get_cpu_leaves() with __cpuinit annotation
Resending, now including LKML as well. Sorry.
Sergio.
----
x86: mark get_cpu_leaves() with __cpuinit annotation
Impact: fix section mismatch
Commit b2bb85549134c005e997e5a7ed303bda6a1ae738 introduced
get_cpu_leaves(), which references __cpuinit cpuid4_cache_lookup().
Mark get_cpu_leaves() with a __cpuinit annotation.
Signed-off-by: Sergio Luis <sergio@...ces.uece.br>
Cc: Mike Travis <travis@....com>
Cc: Rusty Russell <rusty@...tcorp.com.au>
Cc: Ingo Molnar <mingo@...e.hu>
Cc: Oleg Nesterov <oleg@...sign.ru>
---
arch/x86/kernel/cpu/intel_cacheinfo.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/x86/kernel/cpu/intel_cacheinfo.c b/arch/x86/kernel/cpu/intel_cacheinfo.c
index 1d76dd9..96f3945 100644
--- a/arch/x86/kernel/cpu/intel_cacheinfo.c
+++ b/arch/x86/kernel/cpu/intel_cacheinfo.c
@@ -536,7 +536,7 @@ static void __cpuinit free_cache_attributes(unsigned int cpu)
per_cpu(cpuid4_info, cpu) = NULL;
}
-static void get_cpu_leaves(void *_retval)
+static void __cpuinit get_cpu_leaves(void *_retval)
{
int j, *retval = _retval, cpu = smp_processor_id();
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists