commit | 6092848a2a23b660150a38bc06f59d75838d70c8 | [log] [tgz] |
---|---|---|
author | Sergio Luis <sergio@larces.uece.br> | Sun Dec 28 04:12:26 2008 -0300 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Dec 29 13:11:18 2008 +0100 |
tree | 044a0254484c87c6c0e6c86405b3d1af3c615c69 | |
parent | c3d80000e3a812fe5a200d6bde755fbd7fa65481 [diff] |
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>