lkml.org 
[lkml]   [2003]   [Nov]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[patch] ppc64 configure option fix
From
Date
Hi, Anton.

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.

Patch against 2.6.0-test9.

Robert Love


arch/ppc64/Kconfig | 5 +----
1 files changed, 1 insertion(+), 4 deletions(-)

diff -urN linux-2.6.0-test9/arch/ppc64/Kconfig linux/arch/ppc64/Kconfig
--- linux-2.6.0-test9/arch/ppc64/Kconfig 2003-10-25 14:43:47.000000000 -0400
+++ linux/arch/ppc64/Kconfig 2003-11-03 23:53:54.000000000 -0500
@@ -113,14 +113,11 @@
depends on DISCONTIGMEM

config PREEMPT
- bool
+ bool "Preemptible Kernel"
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.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:58    [W:0.031 / U:0.412 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site