]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] ppc64: CONFIG_PREEMPT Kconfig help fix
authorAndrew Morton <akpm@osdl.org>
Wed, 17 Mar 2004 10:55:01 +0000 (02:55 -0800)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 17 Mar 2004 10:55:01 +0000 (02:55 -0800)
From: Anton Blanchard <anton@samba.org>

From: Robert Love <rml@ximian.com>

arch/ppc64/Kconfig's entry for CONFIG_PREEMPT is missing the description
after the "bool" statement, so the entry does not show up.

Also, the help description mentions a restriction that is not [any longer]
true.

arch/ppc64/Kconfig

index a0cc3b28502c63104aa42a15c9c2c9043765f083..729a949ebe357507071f81b7138176cb6b84fa2b 100644 (file)
@@ -174,14 +174,12 @@ config NUMA
        depends on DISCONTIGMEM
 
 config PREEMPT
-       bool
+       bool "Preemptible Kernel"
+       depends on BROKEN
        help
          This option reduces the latency of the kernel when reacting to
          real-time or interactive events by allowing a low priority process to
          be preempted even if it is in kernel mode executing a system call.
-         Unfortunately the kernel code has some race conditions if both
-         CONFIG_SMP and CONFIG_PREEMPT are enabled, so this option is
-         currently disabled if you are building an SMP kernel.
 
          Say Y here if you are building a kernel for a desktop, embedded
          or real-time system.  Say N if you are unsure.