Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=58b8a73ab8becfcaea84abc2a06038281efa4c8a
Commit:     58b8a73ab8becfcaea84abc2a06038281efa4c8a
Parent:     e14af7eeb47ea96c52741c5e5fa010d33daf6973
Author:     Ingo Molnar <[EMAIL PROTECTED]>
AuthorDate: Fri Jan 25 21:08:33 2008 +0100
Committer:  Ingo Molnar <[EMAIL PROTECTED]>
CommitDate: Fri Jan 25 21:08:33 2008 +0100

    sched: make PREEMPT_BKL the default
    
    make PREEMPT_BKL the default.
    
    precursor to removal of the !PREEMPT_BKL code.
    
    Signed-off-by: Ingo Molnar <[EMAIL PROTECTED]>
---
 kernel/Kconfig.preempt |    9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)

diff --git a/kernel/Kconfig.preempt b/kernel/Kconfig.preempt
index 61fa116..4420ef4 100644
--- a/kernel/Kconfig.preempt
+++ b/kernel/Kconfig.preempt
@@ -53,15 +53,8 @@ config PREEMPT
 endchoice
 
 config PREEMPT_BKL
-       bool "Preempt The Big Kernel Lock"
+       def_bool y
        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"
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to