Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19765
b: refs/heads/master
c: 6f3814c
h: refs/heads/master
i:
  19763: fa580e9
v: v3
  • Loading branch information
Andi Kleen authored and Linus Torvalds committed Feb 5, 2006
1 parent 0da8530 commit b9e74c7
Show file tree
Hide file tree
Showing 2 changed files with 9 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: 73dea47faeb96d54a984b9d7f4de564816966354
refs/heads/master: 6f3814cd2fb5ea4d53a7fa5b0635d68fa4036c1b
8 changes: 8 additions & 0 deletions trunk/arch/x86_64/kernel/io_apic.c
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,14 @@ void __init check_ioapic(void)
#endif
/* RED-PEN skip them on mptables too? */
return;
case PCI_VENDOR_ID_ATI:
if (apic_runs_main_timer != 0)
break;
printk(KERN_INFO
"ATI board detected. Using APIC/PM timer.\n");
apic_runs_main_timer = 1;
nohpet = 1;
return;
}

/* No multi-function device? */
Expand Down

0 comments on commit b9e74c7

Please sign in to comment.