From: Steven Rostedt Date: Wed, 30 Jul 2008 18:20:54 +0000 (-0400) Subject: rcu: just rename call_rcu_bh instead of making it a macro X-Git-Tag: v2.6.28-rc1~723^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd0078f4f04d939950a792c493d7d97d7ce663b8;p=pandora-kernel.git rcu: just rename call_rcu_bh instead of making it a macro Seems that I found a box that has a config that passes call_rcu_bh as a function pointer (see net/sctp/sm_make_chunk.c), so declaring the call_rcu_bh has a macro function isn't good enough. This patch makes it just another name of call_rcu for rcupreempt. Signed-off-by: Steven Rostedt Reviewed-by: "Paul E. McKenney" Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed