Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99325
b: refs/heads/master
c: 80d16ba
h: refs/heads/master
i:
  99323: cc5c474
v: v3
  • Loading branch information
Maciej W. Rozycki authored and Ingo Molnar committed Jul 8, 2008
1 parent fd8f7b4 commit bd58d46
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 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: f08252623c7981f5cea70e4fab4983a94fc52212
refs/heads/master: 80d16bace63e057d30337e48d70aef0881656457
4 changes: 0 additions & 4 deletions trunk/arch/x86/kernel/io_apic_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -1310,8 +1310,6 @@ static void __init setup_ExtINT_IRQ0_pin(unsigned int apic, unsigned int pin, in

memset(&entry,0,sizeof(entry));

disable_8259A_irq(0);

/* mask LVT0 */
apic_write_around(APIC_LVT0, APIC_LVT_MASKED | APIC_DM_EXTINT);

Expand All @@ -1337,8 +1335,6 @@ static void __init setup_ExtINT_IRQ0_pin(unsigned int apic, unsigned int pin, in
* Add it to the IO-APIC irq-routing table:
*/
ioapic_write_entry(apic, pin, entry);

enable_8259A_irq(0);
}

void __init print_IO_APIC(void)
Expand Down
4 changes: 0 additions & 4 deletions trunk/arch/x86/kernel/io_apic_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -906,8 +906,6 @@ static void __init setup_ExtINT_IRQ0_pin(unsigned int apic, unsigned int pin, in

memset(&entry, 0, sizeof(entry));

disable_8259A_irq(0);

/* mask LVT0 */
apic_write(APIC_LVT0, APIC_LVT_MASKED | APIC_DM_EXTINT);

Expand All @@ -933,8 +931,6 @@ static void __init setup_ExtINT_IRQ0_pin(unsigned int apic, unsigned int pin, in
* Add it to the IO-APIC irq-routing table:
*/
ioapic_write_entry(apic, pin, entry);

enable_8259A_irq(0);
}

void __apicdebuginit print_IO_APIC(void)
Expand Down

0 comments on commit bd58d46

Please sign in to comment.