diff options
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2009-06-23 20:12:47 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-06-24 09:05:13 -0400 |
commit | c17ef45342cc033fdf7bdd5b28615e0090f8d2e7 (patch) | |
tree | 6bb4b1d09f0801d5e3ad5a727e14035090b25931 /include/linux/rcupdate.h | |
parent | f6faac71d502be1c29c81b2f45657662c3b84470 (diff) |
rcu: Remove Classic RCU
Remove Classic RCU, given that the combination of Tree RCU and
the proposed Bloatwatch RCU do everything that Classic RCU can
with fewer bugs.
Tree RCU has been default in x86 builds for almost six months,
and seems to be quite reliable, so there does not seem to be
much justification for keeping the Classic RCU code and config
complexity around anymore.
Signed-off-by: Paul E. McKenney <paulmck@linux.ibm.com>
Cc: akpm@linux-foundation.org
Cc: niv@us.ibm.com
Cc: dvhltc@us.ibm.com
Cc: dipankar@in.ibm.com
Cc: dhowells@redhat.com
Cc: lethal@linux-sh.org
Cc: kernel@wantstofly.org
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/linux/rcupdate.h')
-rw-r--r-- | include/linux/rcupdate.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/linux/rcupdate.h b/include/linux/rcupdate.h index 15fbb3ca634d..0cdfdb622faa 100644 --- a/include/linux/rcupdate.h +++ b/include/linux/rcupdate.h | |||
@@ -54,9 +54,7 @@ struct rcu_head { | |||
54 | /* Internal to kernel, but needed by rcupreempt.h. */ | 54 | /* Internal to kernel, but needed by rcupreempt.h. */ |
55 | extern int rcu_scheduler_active; | 55 | extern int rcu_scheduler_active; |
56 | 56 | ||
57 | #if defined(CONFIG_CLASSIC_RCU) | 57 | #if defined(CONFIG_TREE_RCU) |
58 | #include <linux/rcuclassic.h> | ||
59 | #elif defined(CONFIG_TREE_RCU) | ||
60 | #include <linux/rcutree.h> | 58 | #include <linux/rcutree.h> |
61 | #elif defined(CONFIG_PREEMPT_RCU) | 59 | #elif defined(CONFIG_PREEMPT_RCU) |
62 | #include <linux/rcupreempt.h> | 60 | #include <linux/rcupreempt.h> |