From: Sergio Luis Date: Sun, 28 Dec 2008 07:12:26 +0000 (-0300) Subject: x86: mark get_cpu_leaves() with __cpuinit annotation X-Git-Tag: v2.6.29-rc1~521^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6092848a2a23b660150a38bc06f59d75838d70c8;p=pandora-kernel.git 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 Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed