Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 23844
b: refs/heads/master
c: 0085979
h: refs/heads/master
v: v3
  • Loading branch information
Andi Kleen authored and Linus Torvalds committed Mar 25, 2006
1 parent 661fb54 commit e5eee3b
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: dcf36bfa5de6d4e37878d4c98b6986fee4eb8b4c
refs/heads/master: 0085979006fd55ec7c2f721bdaa9af130a08d62a
2 changes: 0 additions & 2 deletions trunk/arch/x86_64/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -946,8 +946,6 @@ static int __init init_amd(struct cpuinfo_x86 *c)

if (c->extended_cpuid_level >= 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;

amd_detect_cmp(c);
}
Expand Down

0 comments on commit e5eee3b

Please sign in to comment.