From: Andrew Morton Date: Wed, 2 May 2007 17:27:19 +0000 (+0200) Subject: [PATCH] x86-64: unexport cpu_llc_id X-Git-Tag: v2.6.22-rc1~1011^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=425001fea782dd072cfec5694b93778eb59a1fd3;p=pandora-kernel.git [PATCH] x86-64: unexport cpu_llc_id WARNING: arch/x86_64/kernel/built-in.o - Section mismatch: reference to .init.data:cpu_llc_id from __ksymtab between '__ksymtab_cpu_llc_id' (at offset 0x4a0) and '__ksymtab_smp_num_siblings' It is strange to export a __cpuinitdata symbols to modules, and no module appears to use it anyway. Cc: Andi Kleen Signed-off-by: Andrew Morton Signed-off-by: Andi Kleen --- Reading git-diff-tree failed