Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210830
b: refs/heads/master
c: bdc8b89
h: refs/heads/master
v: v3
  • Loading branch information
Michael Cree authored and Matt Turner committed Sep 19, 2010
1 parent 622e8c1 commit 080b1e5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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: 531f0474bf889d489b28ea4b15e87b7cbb77f580
refs/heads/master: bdc8b8914b17cf97b53e5f7af8168d68cfb089d6
10 changes: 5 additions & 5 deletions trunk/arch/alpha/kernel/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -191,16 +191,16 @@ irqreturn_t timer_interrupt(int irq, void *dev)

write_sequnlock(&xtime_lock);

#ifndef CONFIG_SMP
while (nticks--)
update_process_times(user_mode(get_irq_regs()));
#endif

if (test_perf_event_pending()) {
clear_perf_event_pending();
perf_event_do_pending();
}

#ifndef CONFIG_SMP
while (nticks--)
update_process_times(user_mode(get_irq_regs()));
#endif

return IRQ_HANDLED;
}

Expand Down

0 comments on commit 080b1e5

Please sign in to comment.