Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 25869
b: refs/heads/master
c: ddafddc
h: refs/heads/master
i:
  25867: ca57c2c
v: v3
  • Loading branch information
Anton Blanchard authored and Paul Mackerras committed Apr 13, 2006
1 parent 70913ed commit d96fdf3
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: b86756ae76dc5e7ecff3ca52a5842155e6d457de
refs/heads/master: ddafddcfc78aab994cf95922befc54d98aaf371b
4 changes: 2 additions & 2 deletions trunk/arch/powerpc/kernel/idle.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ void cpu_idle(void)

set_thread_flag(TIF_POLLING_NRFLAG);
while (1) {
ppc64_runlatch_off();

while (!need_resched() && !cpu_should_die()) {
ppc64_runlatch_off();

if (ppc_md.power_save) {
clear_thread_flag(TIF_POLLING_NRFLAG);
/*
Expand Down

0 comments on commit d96fdf3

Please sign in to comment.