commit | af375eefbfb27cbb5b831984e66d724a40d26b5c | [log] [tgz] |
---|---|---|
author | Michael Ellerman <mpe@ellerman.id.au> | Sat Jul 28 09:06:35 2018 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Wed Aug 08 00:32:23 2018 +1000 |
tree | eed13554eb3d6652a1e47422190ac8772b38d071 | |
parent | 179ab1cbf883575c3a585bcfc0f2160f1d22a149 [diff] |
powerpc/64: Call setup_barrier_nospec() from setup_arch() Currently we require platform code to call setup_barrier_nospec(). But if we add an empty definition for the !CONFIG_PPC_BARRIER_NOSPEC case then we can call it in setup_arch(). Signed-off-by: Diana Craciun <diana.craciun@nxp.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>