Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 209943
b: refs/heads/master
c: a7c2bb8
h: refs/heads/master
i:
  209941: 61e5edc
  209939: d87e711
  209935: fd3dd6b
v: v3
  • Loading branch information
Signed-off-by: Darren Hart authored and Benjamin Herrenschmidt committed Aug 24, 2010
1 parent 744c8d5 commit 11cffd8
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: da9bef6735d3c5c1c0cd16717acee18d56dd59f5
refs/heads/master: a7c2bb8279d20d853e43c34584eaf2b039de8026
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/kernel/idle.c
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ void cpu_idle(void)
HMT_medium();
ppc64_runlatch_on();
tick_nohz_restart_sched_tick();
preempt_enable_no_resched();
if (cpu_should_die())
cpu_die();
preempt_enable_no_resched();
schedule();
preempt_disable();
}
Expand Down

0 comments on commit 11cffd8

Please sign in to comment.