diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-07-11 20:45:51 (GMT) |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 18:31:42 (GMT) |
commit | e80de8503cbcaecd7637fde26635dbc825f796dd (patch) | |
tree | fb31e4e58da7931907957ba209876c64b8f9b091 /arch/mips/Kconfig | |
parent | 60080265a13ea43f0ebdcd25671dcab05ed01308 (diff) | |
download | linux-e80de8503cbcaecd7637fde26635dbc825f796dd.tar.xz |
Use Kconfig.preempt.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index a4c62c7..68c3028 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -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" |