From: Ralf Baechle Date: Mon, 11 Jul 2005 20:45:51 +0000 (+0000) Subject: Use Kconfig.preempt. X-Git-Tag: v2.6.15-rc1~731^2~1^2~151 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e80de8503cbcaecd7637fde26635dbc825f796dd;p=linux-2.6 Use Kconfig.preempt. Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index a4c62c72aa..68c3028884 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"