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:
ce39447
)
thread_group_cputime: move a couple of callsites outside of ->siglock
author
Oleg Nesterov
<oleg@redhat.com>
Mon, 17 Nov 2008 14:40:08 +0000
(15:40 +0100)
committer
Ingo Molnar
<mingo@elte.hu>
Mon, 17 Nov 2008 15:55:55 +0000
(16:55 +0100)
Impact: relax the locking of cpu-time accounting calls
->siglock buys nothing for thread_group_cputime() in do_sys_times() and
wait_task_zombie() (which btw takes the unrelated parent's ->siglock).
Actually I think do_sys_times() doesn't need ->siglock at all.
Signed-off-by: Oleg Nesterov <oleg@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/exit.c
patch
|
blob
|
history
kernel/sys.c
patch
|
blob
|
history
diff --cc
kernel/exit.c
Simple merge
diff --cc
kernel/sys.c
Simple merge