Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 8041
b: refs/heads/master
c: 0b968d2
h: refs/heads/master
i:
  8039: 21d24a0
v: v3
  • Loading branch information
Karsten Wiese authored and Linus Torvalds committed Sep 9, 2005
1 parent 4e4b60b commit 4e2e887
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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: fc0b1af2571cd56f8f2b218ef72b911135c0e37a
refs/heads/master: 0b968d23610d65a46299347b141a687e207bd294
4 changes: 2 additions & 2 deletions trunk/arch/i386/kernel/io_apic.c
Original file line number Diff line number Diff line change
Expand Up @@ -1634,9 +1634,9 @@ void disable_IO_APIC(void)
clear_IO_APIC();

/*
* If the i82559 is routed through an IOAPIC
* If the i8259 is routed through an IOAPIC
* Put that IOAPIC in virtual wire mode
* so legacy interrups can be delivered.
* so legacy interrupts can be delivered.
*/
pin = find_isa_irq_pin(0, mp_ExtINT);
if (pin != -1) {
Expand Down
4 changes: 2 additions & 2 deletions trunk/arch/x86_64/kernel/io_apic.c
Original file line number Diff line number Diff line change
Expand Up @@ -1167,9 +1167,9 @@ void disable_IO_APIC(void)
clear_IO_APIC();

/*
* If the i82559 is routed through an IOAPIC
* If the i8259 is routed through an IOAPIC
* Put that IOAPIC in virtual wire mode
* so legacy interrups can be delivered.
* so legacy interrupts can be delivered.
*/
pin = find_isa_irq_pin(0, mp_ExtINT);
if (pin != -1) {
Expand Down

0 comments on commit 4e2e887

Please sign in to comment.