]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/64: Move HAVE_CONTEXT_TRACKING from pseries to common Kconfig
authorAnton Blanchard <anton@samba.org>
Thu, 12 Jan 2017 10:17:33 +0000 (21:17 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 2 Feb 2017 05:35:24 +0000 (16:35 +1100)
commit2b9edb00a087b92e3c4239d3f7223a4c00e9935a
treed7385b909f30d6e5b5e82a1fefe405650dd5c7f8
parent477d2150101fbbf8819d79fbe6ddfeaa07ede05c
powerpc/64: Move HAVE_CONTEXT_TRACKING from pseries to common Kconfig

We added support for HAVE_CONTEXT_TRACKING, but placed the option inside
PPC_PSERIES.

This has the undesirable effect that NO_HZ_FULL can be enabled on a
kernel with both powernv and pseries support, but cannot on a kernel
with powernv only support.

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/Kconfig
arch/powerpc/platforms/pseries/Kconfig