Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 100124
b: refs/heads/master
c: 1baea6e
h: refs/heads/master
v: v3
  • Loading branch information
Maciej W. Rozycki authored and Ingo Molnar committed Jul 11, 2008
1 parent abf17e6 commit e4a9c27
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 392a0fc96bd059b38564f5f8fb58327460cb5a9d
refs/heads/master: 1baea6e2fea6f235b21f32a322cb6cb43ffdb704
6 changes: 3 additions & 3 deletions trunk/arch/x86/kernel/io_apic_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -2052,7 +2052,7 @@ static struct irq_chip lapic_chip __read_mostly = {
.name = "local-APIC",
.mask = mask_lapic_irq,
.unmask = unmask_lapic_irq,
.eoi = ack_apic,
.ack = ack_apic,
};

static void __init setup_nmi(void)
Expand Down Expand Up @@ -2257,8 +2257,8 @@ static inline void __init check_timer(void)

printk(KERN_INFO "...trying to set up timer as Virtual Wire IRQ...");

set_irq_chip_and_handler_name(0, &lapic_chip, handle_fasteoi_irq,
"fasteoi");
set_irq_chip_and_handler_name(0, &lapic_chip, handle_edge_irq,
"edge");
apic_write_around(APIC_LVT0, APIC_DM_FIXED | vector); /* Fixed mode */
enable_8259A_irq(0);

Expand Down

0 comments on commit e4a9c27

Please sign in to comment.