X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;ds=sidebyside;f=init%2FKconfig;h=9ee7782947561831509157409b9860a200dff205;hb=607781762e7aae9c976f0a9a8829d4ba3e2da4ab;hp=2e9a1457132cdbcd7cc3911a4d0db4e07a897e21;hpb=d0b093a8b5ae34ee8be1f7e0dd197fe4788fa1d5;p=safe%2Fjmp%2Flinux-2.6 diff --git a/init/Kconfig b/init/Kconfig index 2e9a145..9ee7782 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -334,6 +334,15 @@ config TREE_PREEMPT_RCU is also required. It also scales down nicely to smaller systems. +config TINY_RCU + bool "UP-only small-memory-footprint RCU" + depends on !SMP + help + This option selects the RCU implementation that is + designed for UP systems from which real-time response + is not required. This option greatly reduces the + memory footprint of RCU. + endchoice config RCU_TRACE