Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14810
b: refs/heads/master
c: fe655d3
h: refs/heads/master
v: v3
  • Loading branch information
Shaohua Li authored and Linus Torvalds committed Nov 30, 2005
1 parent a65e79c commit 2543b38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: b0b623c3b22d57d6941b200321779d56c4e79e6b
refs/heads/master: fe655d3a06488c8a188461bca493e9f23fc8c448
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 @@ -2009,7 +2009,7 @@ static void ack_edge_ioapic_vector(unsigned int vector)
{
int irq = vector_to_irq(vector);

move_irq(vector);
move_native_irq(vector);
ack_edge_ioapic_irq(irq);
}

Expand All @@ -2024,7 +2024,7 @@ static void end_level_ioapic_vector (unsigned int vector)
{
int irq = vector_to_irq(vector);

move_irq(vector);
move_native_irq(vector);
end_level_ioapic_irq(irq);
}

Expand Down

0 comments on commit 2543b38

Please sign in to comment.