Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67743
b: refs/heads/master
c: 5fa3a24
h: refs/heads/master
i:
  67741: 5770456
  67739: 096bd91
  67735: 8aff0cc
  67727: 762643b
  67711: 82b1251
v: v3
  • Loading branch information
Venki Pallipadi authored and Thomas Gleixner committed Oct 12, 2007
1 parent cf89657 commit 9e377e2
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: 3c9aea47425885ec8b1f7b0df88c2ebc6f747c9d
refs/heads/master: 5fa3a246ea2e1be2ffaa01343bc183c8c0bfa472
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/time_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ void stop_timer_interrupt(void)

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

0 comments on commit 9e377e2

Please sign in to comment.