git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94be52d
)
softlockup: remove timestamp checking from hung_task
author
Mandeep Singh Baines
<msb@google.com>
Fri, 6 Feb 2009 23:37:47 +0000
(15:37 -0800)
committer
Ingo Molnar
<mingo@elte.hu>
Mon, 9 Feb 2009 10:03:49 +0000
(11:03 +0100)
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>
No differences found