Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74159
b: refs/heads/master
c: f44d9ef
h: refs/heads/master
i:
  74157: dbce20c
  74155: 4be573b
  74151: c0956dc
  74143: 9181e8c
v: v3
  • Loading branch information
Ingo Molnar committed Nov 26, 2007
1 parent fc4dd33 commit c865ea7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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: 52bfb36050c8529d9031d2c2513b281a360922ec
refs/heads/master: f44d9efd3510776216938fef84adc99cc0e12412
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/apic_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,7 @@ void __init sync_Arb_IDs(void)
* Unsupported on P4 - see Intel Dev. Manual Vol. 3, Ch. 8.6.1 And not
* needed on AMD.
*/
if (modern_apic())
if (modern_apic() || boot_cpu_data.x86_vendor == X86_VENDOR_AMD)
return;
/*
* Wait for idle.
Expand Down

0 comments on commit c865ea7

Please sign in to comment.