rcu: Remove CONFIG_PREEMPT_RCU
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Sat, 22 Aug 2009 20:56:53 +0000 (13:56 -0700)
committerIngo Molnar <mingo@elte.hu>
Sun, 23 Aug 2009 08:32:40 +0000 (10:32 +0200)
commit6b3ef48adf847f7adf11c870e3ffacac150f1564
treee1403ce515bf00ade99ec806f6ab6b6db999aa0b
parentf41d911f8c49a5d65c86504c19e8204bb605c4fd
rcu: Remove CONFIG_PREEMPT_RCU

Now that CONFIG_TREE_PREEMPT_RCU is in place, there is no
further need for CONFIG_PREEMPT_RCU.  Remove it, along with
whatever subtle bugs it may (or may not) contain.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Cc: laijs@cn.fujitsu.com
Cc: dipankar@in.ibm.com
Cc: akpm@linux-foundation.org
Cc: mathieu.desnoyers@polymtl.ca
Cc: josht@linux.vnet.ibm.com
Cc: dvhltc@us.ibm.com
Cc: niv@us.ibm.com
Cc: peterz@infradead.org
Cc: rostedt@goodmis.org
LKML-Reference: <125097461396-git-send-email->
Signed-off-by: Ingo Molnar <mingo@elte.hu>
12 files changed:
Documentation/RCU/rcu.txt
Documentation/RCU/whatisRCU.txt
include/linux/init_task.h
include/linux/rcupdate.h
include/linux/rcupreempt.h [deleted file]
include/linux/rcupreempt_trace.h [deleted file]
include/linux/sched.h
init/Kconfig
kernel/Makefile
kernel/rcupreempt.c [deleted file]
kernel/rcupreempt_trace.c [deleted file]
lib/Kconfig.debug