Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234580
b: refs/heads/master
c: daad8b5
h: refs/heads/master
v: v3
  • Loading branch information
Torben Hohn authored and Thomas Gleixner committed Jan 31, 2011
1 parent 552c5f1 commit c9b8422
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 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: 57464bd87f708e75b47312766e3fc8dc3aaf66ad
refs/heads/master: daad8b581e7f5e21a2f79e49d57d4f6a73b26510
4 changes: 1 addition & 3 deletions trunk/arch/h8300/kernel/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ void h8300_timer_tick(void)
{
if (current->pid)
profile_tick(CPU_PROFILING);
write_seqlock(&xtime_lock);
do_timer(1);
write_sequnlock(&xtime_lock);
xtime_update(1);
update_process_times(user_mode(get_irq_regs()));
}

Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/h8300/kernel/timer/timer8.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

/*
* timer_interrupt() needs to keep up the real-time clock,
* as well as call the "do_timer()" routine every clocktick
* as well as call the "xtime_update()" routine every clocktick
*/

static irqreturn_t timer_interrupt(int irq, void *dev_id)
Expand Down

0 comments on commit c9b8422

Please sign in to comment.