Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 245653
b: refs/heads/master
c: 50e7534
h: refs/heads/master
i:
  245651: b3c1bee
v: v3
  • Loading branch information
Borislav Petkov authored and H. Peter Anvin committed May 16, 2011
1 parent 4623845 commit 2167112
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: d8d9766c8c29f71c37bc4b74cc9fcf6a192c9bfd
refs/heads/master: 50e7534427283afd997d58481778c07bea79eb63
1 change: 0 additions & 1 deletion trunk/arch/x86/kernel/cpu/intel_cacheinfo.c
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,6 @@ static void __cpuinit amd_calc_l3_indices(struct amd_l3_cache *l3)
l3->subcaches[2] = sc2 = !(val & BIT(8)) + !(val & BIT(9));
l3->subcaches[3] = sc3 = !(val & BIT(12)) + !(val & BIT(13));

l3->indices = (max(max(max(sc0, sc1), sc2), sc3) << 10) - 1;
l3->indices = (max(max3(sc0, sc1, sc2), sc3) << 10) - 1;
}

Expand Down

0 comments on commit 2167112

Please sign in to comment.