Skip to content

Commit

Permalink
Use Kconfig.preempt.
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Oct 29, 2005
1 parent 6008026 commit e80de85
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions arch/mips/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e80de85

Please sign in to comment.