Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

Advertisement
[ Kernel ] [ Documentation ] [ Links ] [ Books ]

Advertisement

Kernel v2.6.24-git7 /kernel/Kconfig.preempt

Filename:/kernel/Kconfig.preempt
Lines Added:6
Lines Deleted:7
Also changed in: (Previous) 2.6.24-git6  2.6.24-git5  2.6.24-git4  2.6.24-git3  2.6.24-git2  2.6.24 
(Following) 2.6.24-git8  2.6.24-git9  2.6.24-git10  2.6.24-git11  2.6.24-git12  2.6.24-git13 

Location
[  2.6.24-git7
  [  kernel
     o  Kconfig.preempt

Patch

diff --git a/kernel/Kconfig.preempt b/kernel/Kconfig.preempt
index c64ce9c..0669b70 100644
--- a/kernel/Kconfig.preempt
+++ b/kernel/Kconfig.preempt
@@ -52,14 +52,13 @@ config PREEMPT
 
 endchoice
 
-config PREEMPT_BKL
-   bool "Preempt The Big Kernel Lock"
-   depends on SMP || PREEMPT
+config RCU_TRACE
+   bool "Enable tracing for RCU - currently stats in debugfs"
+   select DEBUG_FS
    default y
    help
-     This option reduces the latency of the kernel by making the
-     big kernel lock preemptible.
+     This option provides tracing in RCU which presents stats
+     in debugfs for debugging RCU implementation.
 
-     Say Y here if you are building a kernel for a desktop system.
+     Say Y here if you want to enable RCU tracing
      Say N if you are unsure.
-


Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.