Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 105189
b: refs/heads/master
c: 02ff375
h: refs/heads/master
i:
  105187: 8512db1
v: v3
  • Loading branch information
Ingo Molnar committed May 30, 2008
1 parent 3b0d949 commit a67fd5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 1c4cd6dd1d0fd3057bb6b8c87460049497889d1b
refs/heads/master: 02ff375590ac4140d88afc76505df1ad45c6af59
4 changes: 2 additions & 2 deletions trunk/kernel/time/tick-sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -133,15 +133,15 @@ void tick_nohz_update_jiffies(void)
if (!ts->tick_stopped)
return;

touch_softlockup_watchdog();

cpu_clear(cpu, nohz_cpu_mask);
now = ktime_get();
ts->idle_waketime = now;

local_irq_save(flags);
tick_do_update_jiffies64(now);
local_irq_restore(flags);

touch_softlockup_watchdog();
}

void tick_nohz_stop_idle(int cpu)
Expand Down

0 comments on commit a67fd5e

Please sign in to comment.