commit | e2d3b75dbc486253c910722486ac64087f96c59f | [log] [tgz] |
---|---|---|
author | Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca> | Mon Sep 29 11:08:03 2008 -0400 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Oct 14 10:38:28 2008 +0200 |
tree | c59bf9066f6f4bc290e5330823dbd87429b09e28 | |
parent | e98d0eabef2748d88fa58760d104e8e68517406b [diff] |
markers: fix unregister bug and reenter bug, cleanup 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>