Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14555
b: refs/heads/master
c: d716916
h: refs/heads/master
i:
  14553: 9eca134
  14551: 5fd2527
v: v3
  • Loading branch information
Andi Kleen authored and Linus Torvalds committed Nov 20, 2005
1 parent 8e5ca20 commit f828c07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions 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: 252ec9e28f0cf350e246c065ffe70a2e32b84ad4
refs/heads/master: d7169160bb772efe6510d8bc0c8e7625efbcc0b3
5 changes: 3 additions & 2 deletions trunk/arch/i386/kernel/mpparse.c
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,9 @@ static void __devinit MP_processor_info (struct mpc_config_processor *m)
num_processors++;

if ((num_processors > 8) &&
APIC_XAPIC(ver) &&
(boot_cpu_data.x86_vendor == X86_VENDOR_INTEL))
((APIC_XAPIC(ver) &&
(boot_cpu_data.x86_vendor == X86_VENDOR_INTEL)) ||
(boot_cpu_data.x86_vendor == X86_VENDOR_AMD)))
def_to_bigsmp = 1;
else
def_to_bigsmp = 0;
Expand Down

0 comments on commit f828c07

Please sign in to comment.