Kconfig (06ec64b84c357693e9a5540de8eedfc775dbae12) | Kconfig (87a4c375995ed8eaa721b08825cf73d0b02b3145) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2config MIPS 3 bool 4 default y 5 select ARCH_BINFMT_ELF_STATE 6 select ARCH_CLOCKSOURCE_DATA 7 select ARCH_DISCARD_MEMBLOCK 8 select ARCH_HAS_ELF_RANDOMIZE --- 2804 unchanged lines hidden (view full) --- 2813 default 250 if HZ_250 2814 default 256 if HZ_256 2815 default 1000 if HZ_1000 2816 default 1024 if HZ_1024 2817 2818config SCHED_HRTICK 2819 def_bool HIGH_RES_TIMERS 2820 | 1# SPDX-License-Identifier: GPL-2.0 2config MIPS 3 bool 4 default y 5 select ARCH_BINFMT_ELF_STATE 6 select ARCH_CLOCKSOURCE_DATA 7 select ARCH_DISCARD_MEMBLOCK 8 select ARCH_HAS_ELF_RANDOMIZE --- 2804 unchanged lines hidden (view full) --- 2813 default 250 if HZ_250 2814 default 256 if HZ_256 2815 default 1000 if HZ_1000 2816 default 1024 if HZ_1024 2817 2818config SCHED_HRTICK 2819 def_bool HIGH_RES_TIMERS 2820 |
2821source "kernel/Kconfig.preempt" 2822 | |
2823config KEXEC 2824 bool "Kexec system call" 2825 select KEXEC_CORE 2826 help 2827 kexec is a system call that implements the ability to shutdown your 2828 current kernel, and to start another kernel. It is like a reboot 2829 but it is independent of the system firmware. And like a reboot 2830 you can start any kernel with it, not just Linux. --- 368 unchanged lines hidden --- | 2821config KEXEC 2822 bool "Kexec system call" 2823 select KEXEC_CORE 2824 help 2825 kexec is a system call that implements the ability to shutdown your 2826 current kernel, and to start another kernel. It is like a reboot 2827 but it is independent of the system firmware. And like a reboot 2828 you can start any kernel with it, not just Linux. --- 368 unchanged lines hidden --- |