commit | 178be793485d70d871a0fd46b29e9e3e7da636ad | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Mon Oct 15 17:00:18 2007 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Oct 15 17:00:18 2007 +0200 |
tree | d7542c2e06e649197d4914e7bfe0ad31e072d58c | |
parent | 1666703af948ae87c87c2bc7121aa34271cc52ab [diff] |
sched: do not normalize kernel threads via SysRq-N do not normalize kernel threads via SysRq-N: the migration threads, softlockup threads, etc. might be essential for the system to function properly. So only zap user tasks. pointed out by Andi Kleen. Signed-off-by: Ingo Molnar <mingo@elte.hu>