Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 377248
b: refs/heads/master
c: 1a7f829
h: refs/heads/master
v: v3
  • Loading branch information
Li Zhong authored and Ingo Molnar committed May 31, 2013
1 parent 7268ac0 commit 275dc7e
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: 521921bad1192fb1b8f9b6a5aa673635848b8b5f
refs/heads/master: 1a7f829f094dd7951e7d46c571a18080e455a436
2 changes: 1 addition & 1 deletion trunk/kernel/time/tick-sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ static int __cpuinit tick_nohz_cpu_down_callback(struct notifier_block *nfb,
* we can't safely shutdown that CPU.
*/
if (have_nohz_full_mask && tick_do_timer_cpu == cpu)
return -EINVAL;
return NOTIFY_BAD;
break;
}
return NOTIFY_OK;
Expand Down

0 comments on commit 275dc7e

Please sign in to comment.