]> git.neil.brown.name Git - history.git/commitdiff
Add CONFIG_PREEMPTION.
authorDavid S. Miller <davem@pizda.ninka.net>
Sat, 9 Feb 2002 16:07:33 +0000 (08:07 -0800)
committerDavid S. Miller <davem@redhat.com>
Sat, 9 Feb 2002 16:07:33 +0000 (08:07 -0800)
arch/sparc64/Config.help
arch/sparc64/config.in

index 907510ad4978e1284673fb9fa7dced4a3522f791..237c8af3ceb4ddd78661a5f5a34a636833075232 100644 (file)
@@ -25,6 +25,16 @@ CONFIG_SMP
 
   If you don't know what to do here, say N.
 
+CONFIG_PREEMPT
+  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.
+  This allows applications to run more reliably even when the system is
+  under load.
+
+  Say Y here if you are building a kernel for a desktop, embedded
+  or real-time system.  Say N if you are unsure.
+
 CONFIG_SPARC64
   SPARC is a family of RISC microprocessors designed and marketed by
   Sun Microsystems, incorporated.  This port covers the newer 64-bit
index bcc1e62753f2bffbc12c8df7d4c8ac6442a161a0..4410723bd1910013ab6e584836051c1d3908ad36 100644 (file)
@@ -15,6 +15,7 @@ define_bool CONFIG_VT y
 define_bool CONFIG_VT_CONSOLE y
 
 bool 'Symmetric multi-processing support' CONFIG_SMP
+bool 'Preemptible kernel' CONFIG_PREEMPT
 
 # Identify this as a Sparc64 build
 define_bool CONFIG_SPARC64 y