x86: mark get_cpu_leaves() with __cpuinit annotation
authorSergio Luis <sergio@larces.uece.br>
Sun, 28 Dec 2008 07:12:26 +0000 (04:12 -0300)
committerIngo Molnar <mingo@elte.hu>
Mon, 29 Dec 2008 12:11:18 +0000 (13:11 +0100)
Impact: fix section mismatch warning

Commit b2bb85549134c005e997e5a7ed303bda6a1ae738 ("x86: Remove cpumask games
in x86/kernel/cpu/intel_cacheinfo.c") introduced get_cpu_leaves(), which
references __cpuinit cpuid4_cache_lookup().

Mark get_cpu_leaves() with a __cpuinit annotation.

Signed-off-by: Sergio Luis <sergio@larces.uece.br>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found