Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54820
b: refs/heads/master
c: b34942f
h: refs/heads/master
v: v3
  • Loading branch information
Bernhard Walle authored and Linus Torvalds committed May 8, 2007
1 parent 1e4926d commit cbb1d94
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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: e6d828f44655bb85e67fda79fd0028a56168e4e0
refs/heads/master: b34942fed0ada53ecd2d6bb27509319ec41e3e44
2 changes: 1 addition & 1 deletion trunk/arch/i386/mach-default/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ void __init trap_init_hook(void)

static struct irqaction irq0 = {
.handler = timer_interrupt,
.flags = IRQF_DISABLED | IRQF_NOBALANCING,
.flags = IRQF_DISABLED | IRQF_NOBALANCING | IRQF_IRQPOLL,
.mask = CPU_MASK_NONE,
.name = "timer"
};
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/i386/mach-visws/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ void __init pre_setup_arch_hook()

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

Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/i386/mach-voyager/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ void __init trap_init_hook(void)

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

0 comments on commit cbb1d94

Please sign in to comment.