aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/process_32.c
diff options
context:
space:
mode:
authorHeiko Carstens <[email protected]>2008-07-11 11:09:22 +0200
committerIngo Molnar <[email protected]>2008-07-11 11:17:04 +0200
commit857f3fd7a496ddf4329345af65a4a2b16dd25fe8 (patch)
tree7bd1b0de6e82363beba60097529b72ac7de923f5 /arch/x86/kernel/process_32.c
parent7a14ce1d8c1d3a6118d406e64eaf9aa70375e085 (diff)
nohz: don't stop idle tick if softirqs are pending.
In case a cpu goes idle but softirqs are pending only an error message is printed to the console. It may take a very long time until the pending softirqs will finally be executed. Worst case would be a hanging system. With this patch the timer tick just continues and the softirqs will be executed after the next interrupt. Still a delay but better than a hanging system. Currently we have at least two device drivers on s390 which under certain circumstances schedule a tasklet from process context. This is a reason why we can end up with pending softirqs when going idle. Fixing these drivers seems to be non-trivial. However there is no question that the drivers should be fixed. This patch shouldn't be considered as a bug fix. It just is intended to keep a system running even if device drivers are buggy. Signed-off-by: Heiko Carstens <[email protected]> Cc: Jan Glauber <[email protected]> Cc: Stefan Weinhuber <[email protected]> Cc: Andrew Morton <[email protected]> Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'arch/x86/kernel/process_32.c')
0 files changed, 0 insertions, 0 deletions