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)
commit6092848a2a23b660150a38bc06f59d75838d70c8
tree044a0254484c87c6c0e6c86405b3d1af3c615c69
parentc3d80000e3a812fe5a200d6bde755fbd7fa65481
x86: mark get_cpu_leaves() with __cpuinit annotation

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>
arch/x86/kernel/cpu/intel_cacheinfo.c