fix warning in arch/x86/kernel/cpu/intel_cacheinfo.c
authorIngo Molnar <mingo@elte.hu>
Sat, 18 Oct 2008 19:24:45 +0000 (21:24 +0200)
committerIngo Molnar <mingo@elte.hu>
Thu, 26 Feb 2009 21:39:12 +0000 (22:39 +0100)
commitba1d755a36f66101aa88ac9ebb54694def6ec38d
tree66618e721678bf656c6847b4b97072d5d1656ffe
parentbd0838fc48c174cd386447059a414318e78169e1
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 <mingo@elte.hu>
arch/x86/kernel/cpu/intel_cacheinfo.c
This page took 0.025962 seconds and 5 git commands to generate.