aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
diff options
context:
space:
mode:
authorAndrea Bastoni <bastoni@cs.unc.edu>2010-04-15 11:20:47 -0400
committerAndrea Bastoni <bastoni@cs.unc.edu>2010-04-15 11:20:47 -0400
commitc91732c01dacf0f4d095e51a40f0230e95fe506e (patch)
tree8561d66c5c6c6266a1898244b3605acb332b82b9 /arch/x86
parent3a20b086526106a315b52a44339d8d2900eef6c6 (diff)
Remove debug output
Diffstat (limited to 'arch/x86')
-rw-r--r--arch/x86/kernel/cpu/intel_cacheinfo.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kernel/cpu/intel_cacheinfo.c b/arch/x86/kernel/cpu/intel_cacheinfo.c
index ea348f24c23b..3167c3d72596 100644
--- a/arch/x86/kernel/cpu/intel_cacheinfo.c
+++ b/arch/x86/kernel/cpu/intel_cacheinfo.c
@@ -521,7 +521,6 @@ int get_shared_cpu_map(cpumask_var_t mask, unsigned int cpu, int index)
521 int ret = 0; 521 int ret = 0;
522 struct _cpuid4_info *this_leaf; 522 struct _cpuid4_info *this_leaf;
523 523
524 printk(KERN_INFO "idx = %d, max = %d\n", index, num_cache_leaves);
525 if (index >= num_cache_leaves) { 524 if (index >= num_cache_leaves) {
526 index = num_cache_leaves - 1; 525 index = num_cache_leaves - 1;
527 ret = index; 526 ret = index;