diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-07-11 16:45:51 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:31:42 -0400 |
commit | e80de8503cbcaecd7637fde26635dbc825f796dd (patch) | |
tree | fb31e4e58da7931907957ba209876c64b8f9b091 /arch/mips/Kconfig | |
parent | 60080265a13ea43f0ebdcd25671dcab05ed01308 (diff) |
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 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 | ||
1373 | config PREEMPT | 1373 | source "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 | ||
1382 | config RTC_DS1742 | 1375 | config RTC_DS1742 |
1383 | bool "DS1742 BRAM/RTC support" | 1376 | bool "DS1742 BRAM/RTC support" |