Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 169987
b: refs/heads/master
c: 15cd881
h: refs/heads/master
i:
  169985: 1d470e7
  169983: e3df3fc
v: v3
  • Loading branch information
Dave Jones authored and Ingo Molnar committed Nov 13, 2009
1 parent 8c13a19 commit 3bd325b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ce7c42710e2dd133f10b7fc9ed9c73bdd2435f7a
refs/heads/master: 15cd8812ab2ce62a2f779e93a8398bdad752291a
16 changes: 0 additions & 16 deletions trunk/arch/x86/kernel/cpu/intel_cacheinfo.c
Original file line number Diff line number Diff line change
Expand Up @@ -488,22 +488,6 @@ unsigned int __cpuinit init_intel_cacheinfo(struct cpuinfo_x86 *c)
#endif
}

if (trace)
printk(KERN_INFO "CPU: Trace cache: %dK uops", trace);
else if (l1i)
printk(KERN_INFO "CPU: L1 I cache: %dK", l1i);

if (l1d)
printk(KERN_CONT ", L1 D cache: %dK\n", l1d);
else
printk(KERN_CONT "\n");

if (l2)
printk(KERN_INFO "CPU: L2 cache: %dK\n", l2);

if (l3)
printk(KERN_INFO "CPU: L3 cache: %dK\n", l3);

c->x86_cache_size = l3 ? l3 : (l2 ? l2 : (l1i+l1d));

return l2;
Expand Down

0 comments on commit 3bd325b

Please sign in to comment.