]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Use Kconfig.preempt.
authorRalf Baechle <ralf@linux-mips.org>
Mon, 11 Jul 2005 20:45:51 +0000 (20:45 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Sat, 29 Oct 2005 18:31:42 +0000 (19:31 +0100)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/Kconfig

index a4c62c72aa898f4db5c3109557db285f32737c6a..68c30288849a49263d8c9258a7a666eab4e6d67e 100644 (file)
@@ -1370,14 +1370,7 @@ config NR_CPUS
          This is purely to save memory - each supported CPU adds
          approximately eight kilobytes to the kernel image.
 
-config PREEMPT
-       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.
-         This allows applications to run more reliably even when the system is
-         under load.
+source "kernel/Kconfig.preempt"
 
 config RTC_DS1742
        bool "DS1742 BRAM/RTC support"