Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155824
b: refs/heads/master
c: d6c585a
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Gleixner committed Jul 24, 2009
1 parent 5d71a9b commit 62d994c
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: 2cb078603abb612e3bcd428fb8122c3d39e08832
refs/heads/master: d6c585a4342a2ff627a29f9aea77c5ed4cd76023
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/mfgpt_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ static irqreturn_t mfgpt_tick(int irq, void *dev_id)

static struct irqaction mfgptirq = {
.handler = mfgpt_tick,
.flags = IRQF_DISABLED | IRQF_NOBALANCING,
.flags = IRQF_DISABLED | IRQF_NOBALANCING | IRQF_TIMER,
.name = "mfgpt-timer"
};

Expand Down

0 comments on commit 62d994c

Please sign in to comment.