]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/configs: Re-enable HARD/SOFT lockup detectors
authorMichael Ellerman <mpe@ellerman.id.au>
Wed, 9 Aug 2017 10:57:55 +0000 (20:57 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 9 Aug 2017 13:45:13 +0000 (23:45 +1000)
commit5e60497fb6b9156bdc5244692011c302383fd167
treedd292f6371da95609194091996d8fad24c88dc0f
parent595f26ad07f45af936435b38f5cc69f02f2e0a24
powerpc/configs: Re-enable HARD/SOFT lockup detectors

In commit fb71c10ffa53 ("kernel/watchdog: split up config options"),
CONFIG_LOCKUP_DETECTOR was split into two separate config options,
CONFIG_HARDLOCKUP_DETECTOR and CONFIG_SOFTLOCKUP_DETECTOR.

Our defconfigs still have CONFIG_LOCKUP_DETECTOR=y, but that is no longer
user selectable, and we don't mention the new options, so we end up with
none of them enabled.

So update the defconfigs to turn on the new SOFT and HARD options, the
end result being the same as what we had previously.

Fixes: fb71c10ffa53 ("kernel/watchdog: split up config options")
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/configs/powernv_defconfig
arch/powerpc/configs/ppc64_defconfig
arch/powerpc/configs/pseries_defconfig