Re: [PATCH 6/9] kconfig: include kernel/Kconfig.preempt from init/Kconfig

From: Randy Dunlap
Date: Sun Jul 08 2018 - 12:30:33 EST


On 07/08/2018 08:20 AM, Christoph Hellwig wrote:
> Almost all architectures include it. Add a ARCH_NO_PREEMPT symbol to
> disable preempt support for alpha, hexagon, non-coldfire m68k and
> user mode Linux.
>
> Signed-off-by: Christoph Hellwig <hch@xxxxxx>

Acked-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
Tested-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>


> ---
> arch/Kconfig | 3 +++
> arch/alpha/Kconfig | 1 +
> arch/arc/Kconfig | 2 --
> arch/arm/Kconfig | 2 --
> arch/arm64/Kconfig | 1 -
> arch/c6x/Kconfig | 2 --
> arch/h8300/Kconfig | 6 ------
> arch/hexagon/Kconfig | 1 +
> arch/ia64/Kconfig | 2 --
> arch/m68k/Kconfig | 5 +----
> arch/microblaze/Kconfig | 2 --
> arch/mips/Kconfig | 2 --
> arch/nds32/Kconfig | 1 -
> arch/nios2/Kconfig | 2 --
> arch/openrisc/Kconfig | 1 -
> arch/parisc/Kconfig | 1 -
> arch/powerpc/Kconfig | 1 -
> arch/riscv/Kconfig | 2 --
> arch/s390/Kconfig | 2 --
> arch/sh/Kconfig | 2 --
> arch/sparc/Kconfig | 2 --
> arch/um/Kconfig | 1 +
> arch/unicore32/Kconfig | 2 --
> arch/x86/Kconfig | 2 --
> arch/xtensa/Kconfig | 2 --
> init/Kconfig | 1 +
> kernel/Kconfig.preempt | 2 ++
> 27 files changed, 10 insertions(+), 43 deletions(-)


--
~Randy