Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 288771
b: refs/heads/master
c: 430ee88
h: refs/heads/master
i:
  288769: fd844b3
  288767: 8bd0fe7
v: v3
  • Loading branch information
Michal Hocko authored and Thomas Gleixner committed Feb 15, 2012
1 parent 15d8420 commit eb878ac
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 77b0d60c5adf39c74039e2142a1d3cd1e4d53799
refs/heads/master: 430ee8819553f66fe00e36f676a45886d76e7e8b
6 changes: 1 addition & 5 deletions trunk/kernel/time/tick-sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -182,11 +182,7 @@ static void tick_nohz_stop_idle(int cpu, ktime_t now)

static ktime_t tick_nohz_start_idle(int cpu, struct tick_sched *ts)
{
ktime_t now;

now = ktime_get();

update_ts_time_stats(cpu, ts, now, NULL);
ktime_t now = ktime_get();

ts->idle_entrytime = now;
ts->idle_active = 1;
Expand Down

0 comments on commit eb878ac

Please sign in to comment.