aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2005-07-11 16:45:51 -0400
committerRalf Baechle <ralf@linux-mips.org>2005-10-29 14:31:42 -0400
commite80de8503cbcaecd7637fde26635dbc825f796dd (patch)
treefb31e4e58da7931907957ba209876c64b8f9b091 /arch
parent60080265a13ea43f0ebdcd25671dcab05ed01308 (diff)
Use Kconfig.preempt.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/mips/Kconfig9
1 files changed, 1 insertions, 8 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index a4c62c72aa89..68c30288849a 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -1370,14 +1370,7 @@ config NR_CPUS
1370 This is purely to save memory - each supported CPU adds 1370 This is purely to save memory - each supported CPU adds
1371 approximately eight kilobytes to the kernel image. 1371 approximately eight kilobytes to the kernel image.
1372 1372
1373config PREEMPT 1373source "kernel/Kconfig.preempt"
1374 bool "Preemptible Kernel"
1375 help
1376 This option reduces the latency of the kernel when reacting to
1377 real-time or interactive events by allowing a low priority process to
1378 be preempted even if it is in kernel mode executing a system call.
1379 This allows applications to run more reliably even when the system is
1380 under load.
1381 1374
1382config RTC_DS1742 1375config RTC_DS1742
1383 bool "DS1742 BRAM/RTC support" 1376 bool "DS1742 BRAM/RTC support"