Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 76194
b: refs/heads/master
c: 782daee
h: refs/heads/master
v: v3
  • Loading branch information
Guillaume Chazarain authored and Ingo Molnar committed Jan 25, 2008
1 parent 34d2ab9 commit 2bd5214
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 4f05b98d54b140ed3c5851d5d5156e9918c6305d
refs/heads/master: 782daeee3d596282bfee4cd9e976c86be0e194a8
2 changes: 1 addition & 1 deletion trunk/kernel/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -858,7 +858,6 @@ void sched_clock_idle_wakeup_event(u64 delta_ns)
struct rq *rq = cpu_rq(smp_processor_id());
u64 now = sched_clock();

touch_softlockup_watchdog();
rq->idle_clock += delta_ns;
/*
* Override the previous timestamp and ignore all
Expand All @@ -870,6 +869,7 @@ void sched_clock_idle_wakeup_event(u64 delta_ns)
rq->prev_clock_raw = now;
rq->clock += delta_ns;
spin_unlock(&rq->lock);
touch_softlockup_watchdog();
}
EXPORT_SYMBOL_GPL(sched_clock_idle_wakeup_event);

Expand Down

0 comments on commit 2bd5214

Please sign in to comment.