Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119013
b: refs/heads/master
c: 632448f
h: refs/heads/master
i:
  119011: 6d4c72a
v: v3
  • Loading branch information
Heiko Carstens authored and Martin Schwidefsky committed Nov 14, 2008
1 parent 5306b40 commit a597870
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: af4c68740e848019d8d14c52704ed8eacceddac6
refs/heads/master: 632448f65001c4935ed0d3bb362017d773da2eca
3 changes: 3 additions & 0 deletions trunk/arch/s390/kernel/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,12 @@ static void default_idle(void)
return;
}
trace_hardirqs_on();
/* Don't trace preempt off for idle. */
stop_critical_timings();
/* Wait for external, I/O or machine check interrupt. */
__load_psw_mask(psw_kernel_bits | PSW_MASK_WAIT |
PSW_MASK_IO | PSW_MASK_EXT);
start_critical_timings();
}

void cpu_idle(void)
Expand Down

0 comments on commit a597870

Please sign in to comment.