Update of /cvsroot/gc-linux/linux/arch/ppc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24035/arch/ppc
Modified Files:
Kconfig
Log Message:
Merged 2.6.5
Index: Kconfig
===================================================================
RCS file: /cvsroot/gc-linux/linux/arch/ppc/Kconfig,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Kconfig 15 Mar 2004 00:27:55 -0000 1.10
+++ Kconfig 24 Apr 2004 18:31:43 -0000 1.11
@@ -163,7 +163,7 @@
fly. This is a nice method to save battery power on notebooks,
because the lower the clock speed, the less power the CPU consumes.
- For more information, take a look at linux/Documentation/cpufreq or
+ For more information, take a look at linux/Documentation/cpu-freq or
at <http://www.brodo.de/cpufreq/>
If in doubt, say N.
@@ -636,7 +636,7 @@
config PPC_GEN550
bool
- depends on SANDPOINT || MCPN765 || SPRUCE
+ depends on SANDPOINT || MCPN765 || SPRUCE || PPLUS
default y
config FORCE
@@ -729,14 +729,10 @@
config PREEMPT
bool "Preemptible Kernel"
- depends on !SMP
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.
|