rcu: Fix TINY_RCU #elif condition
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Mon, 26 Oct 2009 20:57:44 +0000 (13:57 -0700)
committerIngo Molnar <mingo@elte.hu>
Tue, 27 Oct 2009 13:59:28 +0000 (14:59 +0100)
commit2c28e2451dba2260e9f88811b29a7787db7e7616
treec0f0cf0665566ebccd013bb37b02dcdaa3e04649
parent88b91c7ca49bc8600cf1106eb891d08c1965b9ce
rcu: Fix TINY_RCU #elif condition

Some compilers are happy with "#elif CONFIG_RCU_TINY", while
others strongly prefer "#elif defined(CONFIG_RCU_TINY)".  Change
to the latter to make more compilers happy.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Cc: laijs@cn.fujitsu.com
Cc: dipankar@in.ibm.com
Cc: mathieu.desnoyers@polymtl.ca
Cc: josh@joshtriplett.org
Cc: dvhltc@us.ibm.com
Cc: niv@us.ibm.com
Cc: peterz@infradead.org
Cc: rostedt@goodmis.org
Cc: Valdis.Kletnieks@vt.edu
Cc: dhowells@redhat.com
LKML-Reference: <12565906642768-git-send-email->
Signed-off-by: Ingo Molnar <mingo@elte.hu>
include/linux/rcupdate.h
This page took 0.024735 seconds and 5 git commands to generate.