diff options
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2009-08-22 16:56:53 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-08-23 04:32:40 -0400 |
commit | 6b3ef48adf847f7adf11c870e3ffacac150f1564 (patch) | |
tree | e1403ce515bf00ade99ec806f6ab6b6db999aa0b /init/Kconfig | |
parent | f41d911f8c49a5d65c86504c19e8204bb605c4fd (diff) |
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>
Diffstat (limited to 'init/Kconfig')
-rw-r--r-- | init/Kconfig | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/init/Kconfig b/init/Kconfig index f88da2d1c1fb..8e8b76d8a272 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -324,17 +324,6 @@ config TREE_RCU | |||
324 | thousands of CPUs. It also scales down nicely to | 324 | thousands of CPUs. It also scales down nicely to |
325 | smaller systems. | 325 | smaller systems. |
326 | 326 | ||
327 | config PREEMPT_RCU | ||
328 | bool "Preemptible RCU" | ||
329 | depends on PREEMPT | ||
330 | help | ||
331 | This option reduces the latency of the kernel by making certain | ||
332 | RCU sections preemptible. Normally RCU code is non-preemptible, if | ||
333 | this option is selected then read-only RCU sections become | ||
334 | preemptible. This helps latency, but may expose bugs due to | ||
335 | now-naive assumptions about each RCU read-side critical section | ||
336 | remaining on a given CPU through its execution. | ||
337 | |||
338 | config TREE_PREEMPT_RCU | 327 | config TREE_PREEMPT_RCU |
339 | bool "Preemptable tree-based hierarchical RCU" | 328 | bool "Preemptable tree-based hierarchical RCU" |
340 | depends on PREEMPT | 329 | depends on PREEMPT |
@@ -348,7 +337,7 @@ endchoice | |||
348 | 337 | ||
349 | config RCU_TRACE | 338 | config RCU_TRACE |
350 | bool "Enable tracing for RCU" | 339 | bool "Enable tracing for RCU" |
351 | depends on TREE_RCU || PREEMPT_RCU || TREE_PREEMPT_RCU | 340 | depends on TREE_RCU || TREE_PREEMPT_RCU |
352 | help | 341 | help |
353 | This option provides tracing in RCU which presents stats | 342 | This option provides tracing in RCU which presents stats |
354 | in debugfs for debugging RCU implementation. | 343 | in debugfs for debugging RCU implementation. |
@@ -395,13 +384,6 @@ config TREE_RCU_TRACE | |||
395 | TREE_PREEMPT_RCU implementations, permitting Makefile to | 384 | TREE_PREEMPT_RCU implementations, permitting Makefile to |
396 | trivially select kernel/rcutree_trace.c. | 385 | trivially select kernel/rcutree_trace.c. |
397 | 386 | ||
398 | config PREEMPT_RCU_TRACE | ||
399 | def_bool RCU_TRACE && PREEMPT_RCU | ||
400 | select DEBUG_FS | ||
401 | help | ||
402 | This option provides tracing for the PREEMPT_RCU implementation, | ||
403 | permitting Makefile to trivially select kernel/rcupreempt_trace.c. | ||
404 | |||
405 | endmenu # "RCU Subsystem" | 387 | endmenu # "RCU Subsystem" |
406 | 388 | ||
407 | config IKCONFIG | 389 | config IKCONFIG |