Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 23007
b: refs/heads/master
c: f2d0d26
h: refs/heads/master
i:
  23005: 78d0a05
  23003: e0d8477
  22999: 76b0103
  22991: 551430d
  22975: ba9f6bd
v: v3
  • Loading branch information
Shaohua Li authored and Linus Torvalds committed Mar 23, 2006
1 parent 0ece29d commit 5b74a81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 75874d5cc8efef22457072e14103dc55f164e64e
refs/heads/master: f2d0d263b51d13efe55f0aae9254b69ba2855f1c
2 changes: 1 addition & 1 deletion trunk/arch/i386/kernel/cpu/intel_cacheinfo.c
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ unsigned int __cpuinit init_intel_cacheinfo(struct cpuinfo_x86 *c)
unsigned int new_l1d = 0, new_l1i = 0; /* Cache sizes from cpuid(4) */
unsigned int new_l2 = 0, new_l3 = 0, i; /* Cache sizes from cpuid(4) */

if (c->cpuid_level > 4) {
if (c->cpuid_level > 3) {
static int is_initialized;

if (is_initialized == 0) {
Expand Down

0 comments on commit 5b74a81

Please sign in to comment.