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:
e98d0ea
)
markers: fix unregister bug and reenter bug, cleanup
author
Mathieu Desnoyers
<mathieu.desnoyers@polymtl.ca>
Mon, 29 Sep 2008 15:08:03 +0000
(11:08 -0400)
committer
Ingo Molnar
<mingo@elte.hu>
Tue, 14 Oct 2008 08:38:28 +0000
(10:38 +0200)
Use the new rcu_read_lock_sched/unlock_sched() in marker code around the call
site instead of preempt_disable/enable(). It helps reviewing the code more
easily.
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
No differences found