Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 35878
b: refs/heads/master
c: 3ca113e
h: refs/heads/master
v: v3
  • Loading branch information
Dave Jones authored and Andi Kleen committed Sep 26, 2006
1 parent 0a5fbc5 commit 1e457a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5758d5dfef1c514200bda3f29ba700f1c3e3bc99
refs/heads/master: 3ca113ea74836a80645c79adba24caaa7a74120c
3 changes: 3 additions & 0 deletions trunk/arch/i386/kernel/smpboot.c
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,9 @@ static void __devinit smp_store_cpu_info(int id)
*/
if ((c->x86_vendor == X86_VENDOR_AMD) && (c->x86 == 6)) {

if (num_possible_cpus() == 1)
goto valid_k7;

/* Athlon 660/661 is valid. */
if ((c->x86_model==6) && ((c->x86_mask==0) || (c->x86_mask==1)))
goto valid_k7;
Expand Down

0 comments on commit 1e457a8

Please sign in to comment.