Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 25622
b: refs/heads/master
c: 3d8a4d7
h: refs/heads/master
v: v3
  • Loading branch information
Andi Kleen authored and Linus Torvalds committed Apr 11, 2006
1 parent deb30d4 commit 5a4a8b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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: e4cff6ac78e9c3bbb90c0e01b20418eeae0c6b52
refs/heads/master: 3d8a4d795cc1ffa6be5371629ca6c3431af4c2d5
2 changes: 0 additions & 2 deletions trunk/arch/i386/kernel/cpu/amd.c
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,6 @@ static void __init init_amd(struct cpuinfo_x86 *c)

if (cpuid_eax(0x80000000) >= 0x80000008) {
c->x86_max_cores = (cpuid_ecx(0x80000008) & 0xff) + 1;
if (c->x86_max_cores & (c->x86_max_cores - 1))
c->x86_max_cores = 1;
}

if (cpuid_eax(0x80000000) >= 0x80000007) {
Expand Down

0 comments on commit 5a4a8b1

Please sign in to comment.