Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 174423
b: refs/heads/master
c: f350c79
h: refs/heads/master
i:
  174421: 4b12510
  174419: b6726b4
  174415: fb7f438
v: v3
  • Loading branch information
Ian Campbell authored and Jeremy Fitzhardinge committed Dec 3, 2009
1 parent 0926bb1 commit 6376974
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: fa24ba62ea2869308ffc9f0b286ac9650b4ca6cb
refs/heads/master: f350c7922faad3397c98c81a9e5658f5a1ef0214
2 changes: 1 addition & 1 deletion trunk/arch/x86/xen/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ void xen_setup_timer(int cpu)
name = "<timer kasprintf failed>";

irq = bind_virq_to_irqhandler(VIRQ_TIMER, cpu, xen_timer_interrupt,
IRQF_DISABLED|IRQF_PERCPU|IRQF_NOBALANCING,
IRQF_DISABLED|IRQF_PERCPU|IRQF_NOBALANCING|IRQF_TIMER,
name, NULL);

evt = &per_cpu(xen_clock_events, cpu);
Expand Down

0 comments on commit 6376974

Please sign in to comment.