Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39853
b: refs/heads/master
c: accaddb
h: refs/heads/master
i:
  39851: 9637e55
v: v3
  • Loading branch information
Jack Steiner authored and Tony Luck committed Oct 17, 2006
1 parent 3ae07c4 commit 3ff47e6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ffc45571dfb4b70e7eda8d97f64a05f5e5a992ac
refs/heads/master: accaddb27a2d544e38e10ff2a2782b33bbbad913
6 changes: 6 additions & 0 deletions trunk/arch/ia64/kernel/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,12 @@ timer_interrupt (int irq, void *dev_id)

if (time_after(new_itm, ia64_get_itc()))
break;

/*
* Allow IPIs to interrupt the timer loop.
*/
local_irq_enable();
local_irq_disable();
}

do {
Expand Down

0 comments on commit 3ff47e6

Please sign in to comment.