commit | 17406b82d621930cca8ccc1272cdac9a7dae8e40 | [log] [tgz] |
---|---|---|
author | Mandeep Singh Baines <msb@google.com> | Fri Feb 06 15:37:47 2009 -0800 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Feb 09 11:03:49 2009 +0100 |
tree | 224c8b0b7c78a5467175fe10e116bdc6b73495ea | |
parent | 94be52dc075a32af4aa73d7e10f68734d62d6af2 [diff] |
softlockup: remove timestamp checking from hung_task Impact: saves sizeof(long) bytes per task_struct By guaranteeing that sysctl_hung_task_timeout_secs have elapsed between tasklist scans we can avoid using timestamps. Signed-off-by: Mandeep Singh Baines <msb@google.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>