X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=kernel%2FKconfig.preempt;h=bf987b95b3560fbd0a7d8a820335100a55e1d105;hb=45465487897a1c6d508b14b904dc5777f7ec7e04;hp=61fa116efcdefcc21a6216c9193a75e78eb86864;hpb=e260be673a15b6125068270e0216a3bfbfc12f87;p=safe%2Fjmp%2Flinux-2.6 diff --git a/kernel/Kconfig.preempt b/kernel/Kconfig.preempt index 61fa116..bf987b9 100644 --- a/kernel/Kconfig.preempt +++ b/kernel/Kconfig.preempt @@ -52,24 +52,3 @@ config PREEMPT endchoice -config PREEMPT_BKL - bool "Preempt The Big Kernel Lock" - depends on SMP || PREEMPT - default y - help - This option reduces the latency of the kernel by making the - big kernel lock preemptible. - - Say Y here if you are building a kernel for a desktop system. - Say N if you are unsure. - -config RCU_TRACE - bool "Enable tracing for RCU - currently stats in debugfs" - select DEBUG_FS - default y - help - This option provides tracing in RCU which presents stats - in debugfs for debugging RCU implementation. - - Say Y here if you want to enable RCU tracing - Say N if you are unsure.