Skip to content
Commit ba1d755a authored by Ingo Molnar's avatar Ingo Molnar
Browse files

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: default avatarIngo Molnar <mingo@elte.hu>
parent bd0838fc
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment