Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 339104
b: refs/heads/master
c: 94a5714
h: refs/heads/master
v: v3
  • Loading branch information
Frederic Weisbecker committed Oct 15, 2012
1 parent 8fcfcc1 commit 2bab047
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 9e8f559b08cbc1cfcbf093840a2a760a946cb90f
refs/heads/master: 94a571402012e0dfaa23bbbdd64d033f48477d86
2 changes: 2 additions & 0 deletions trunk/kernel/time/tick-sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ static void tick_sched_do_timer(ktime_t now)

static void tick_sched_handle(struct tick_sched *ts, struct pt_regs *regs)
{
#ifdef CONFIG_NO_HZ
/*
* When we are idle and the tick is stopped, we have to touch
* the watchdog as we might not schedule for a really long
Expand All @@ -135,6 +136,7 @@ static void tick_sched_handle(struct tick_sched *ts, struct pt_regs *regs)
if (is_idle_task(current))
ts->idle_jiffies++;
}
#endif
update_process_times(user_mode(regs));
profile_tick(CPU_PROFILING);
}
Expand Down

0 comments on commit 2bab047

Please sign in to comment.