From: Mathieu Desnoyers Date: Fri, 25 Jul 2008 08:48:38 +0000 (-0700) Subject: markers: use rcu_barrier_sched() and call_rcu_sched() X-Git-Tag: v2.6.27-rc1~268 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28325df0d9339b7f3aba9c45174d4586223ef46b;p=pandora-kernel.git markers: use rcu_barrier_sched() and call_rcu_sched() rcu_barrier_sched() and call_rcu_sched() were introduced in 2.6.26 for the Markers. Change the marker code to use them. It can be seen as a fix since the marker code was using an ugly, temporary, #ifdef hack to work around CONFIG_PREEMPT_RCU. Signed-off-by: Mathieu Desnoyers Acked-by: Paul McKenney Cc: Ingo Molnar Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed