Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118772
b: refs/heads/master
c: 5ceb1a0
h: refs/heads/master
v: v3
  • Loading branch information
Matt Fleming authored and Thomas Gleixner committed Nov 10, 2008
1 parent 5f37a63 commit 10d0a11
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: 89d77a1eb60be916d85d9394bedbfa2037af89c5
refs/heads/master: 5ceb1a04187553e08c6ab60d30cee7c454ee139a
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/hpet.c
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ static int hpet_setup_irq(struct hpet_dev *dev)
{

if (request_irq(dev->irq, hpet_interrupt_handler,
IRQF_SHARED|IRQF_NOBALANCING, dev->name, dev))
IRQF_DISABLED|IRQF_NOBALANCING, dev->name, dev))
return -1;

disable_irq(dev->irq);
Expand Down

0 comments on commit 10d0a11

Please sign in to comment.