Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19881
b: refs/heads/master
c: e1a8e6c
h: refs/heads/master
i:
  19879: ea0115e
v: v3
  • Loading branch information
Andi Kleen authored and Linus Torvalds committed Feb 7, 2006
1 parent 4e49a0c commit c172c2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 50753817a3043e0621e99f329514c0c7003563b2
refs/heads/master: e1a8e6c9b757c09249ab29fc6da12d9ab64567e1
2 changes: 1 addition & 1 deletion trunk/arch/i386/kernel/apic.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ void ack_bad_irq(unsigned int irq)
* completely.
* But only ack when the APIC is enabled -AK
*/
if (!cpu_has_apic)
if (cpu_has_apic)
ack_APIC_irq();
}

Expand Down

0 comments on commit c172c2b

Please sign in to comment.