From: Ingo Molnar Date: Sat, 18 Oct 2008 19:24:45 +0000 (+0200) Subject: fix warning in arch/x86/kernel/cpu/intel_cacheinfo.c X-Git-Tag: v2.6.30-rc1~3^2~6^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba1d755a36f66101aa88ac9ebb54694def6ec38d;p=pandora-kernel.git fix warning in arch/x86/kernel/cpu/intel_cacheinfo.c fix this warning: arch/x86/kernel/cpu/intel_cacheinfo.c:139: warning: ‘k8_nb_id’ defined but not used arch/x86/kernel/cpu/intel_cacheinfo.c:527: warning: ‘free_cache_attributes’ defined but not used arch/x86/kernel/cpu/intel_cacheinfo.c:538: warning: ‘detect_cache_attributes’ defined but not used Unused variables in the !CONFIG_SYSCTL case. Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed