Files
linux/arch/powerpc/kernel
Michael Ellerman 920a541397 powerpc/64s: Fix RFI flush dependency on HARDLOCKUP_DETECTOR
The backport of commit aa8a5e0062ac ("powerpc/64s: Add support for RFI
flush of L1-D cache"), incorrectly placed the new RFI flush code
inside an existing #ifdef CONFIG_HARDLOCKUP_DETECTOR block.

This has the obvious effect of requiring HARDLOCKUP_DETECTOR to be
enabled in order for RFI flush to be enabled, which is a bug.

Fix it by moving the #endif up to where it belongs.

Fixes: c389294631 ("powerpc/64s: Add support for RFI flush of L1-D cache")
Reported-by: Bernhard Kaindl <bernhard.kaindl@thalesgroup.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-02-28 10:17:21 +01:00
..
2014-11-27 09:32:58 +11:00
2014-08-13 15:13:42 +10:00
2014-11-03 12:12:32 +11:00
2015-08-06 15:10:20 +10:00
2015-03-24 13:15:52 +11:00
2014-09-25 23:14:41 +10:00
2015-04-07 17:15:13 +10:00
2015-06-24 17:49:38 -07:00