diff options
author | Diana Craciun <diana.craciun@nxp.com> | 2018-07-28 02:06:37 +0300 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2018-08-07 17:32:24 +0300 |
commit | ebcd1bfc33c7a90df941df68a6e5d4018c022fba (patch) | |
tree | 55128a08e7c84290d2e187f7c79d66743c7cc5ea /arch/powerpc/Kconfig | |
parent | 406d2b6ae3420f5bb2b3db6986dc6f0b6dbb637b (diff) | |
download | linux-ebcd1bfc33c7a90df941df68a6e5d4018c022fba.tar.xz |
powerpc/fsl: Add barrier_nospec implementation for NXP PowerPC Book3E
Implement the barrier_nospec as a isync;sync instruction sequence.
The implementation uses the infrastructure built for BOOK3S 64.
Signed-off-by: Diana Craciun <diana.craciun@nxp.com>
[mpe: Split out of larger patch]
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 846c89ed7fa3..8b6cd6780d8f 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig @@ -245,7 +245,7 @@ config PPC config PPC_BARRIER_NOSPEC bool default y - depends on PPC_BOOK3S_64 + depends on PPC_BOOK3S_64 || PPC_FSL_BOOK3E config GENERIC_CSUM def_bool n |