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:
ce9dbe2
)
softlockup: convert read_lock in hung_task to rcu_read_lock
author
Mandeep Singh Baines
<msb@google.com>
Thu, 5 Feb 2009 17:56:08 +0000
(09:56 -0800)
committer
Ingo Molnar
<mingo@elte.hu>
Thu, 5 Feb 2009 18:55:31 +0000
(19:55 +0100)
Since the tasklist is protected by rcu list operations, it is safe
to convert the read_lock()s to rcu_read_lock().
Suggested-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Signed-off-by: Mandeep Singh Baines <msb@google.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
No differences found