Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54819
b: refs/heads/master
c: e6d828f
h: refs/heads/master
i:
  54817: e1e1f88
  54815: 1340df0
v: v3
  • Loading branch information
Bernhard Walle authored and Linus Torvalds committed May 8, 2007
1 parent b7102b6 commit 1e4926d
Show file tree
Hide file tree
Showing 2 changed files with 5 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: d85a60d85ea5b7c597508c1510c88e657773d378
refs/heads/master: e6d828f44655bb85e67fda79fd0028a56168e4e0
5 changes: 4 additions & 1 deletion trunk/arch/x86_64/kernel/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,10 @@ void stop_timer_interrupt(void)
}

static struct irqaction irq0 = {
timer_interrupt, IRQF_DISABLED, CPU_MASK_NONE, "timer", NULL, NULL
.handler = timer_interrupt,
.flags = IRQF_DISABLED | IRQF_IRQPOLL,
.mask = CPU_MASK_NONE,
.name = "timer"
};

void __init time_init(void)
Expand Down

0 comments on commit 1e4926d

Please sign in to comment.