diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2018-01-30 10:37:21 +0100 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2018-01-30 10:41:30 +0100 |
commit | 015eb1b89e959c9349f0a01803fb8ed1ced36f09 (patch) | |
tree | 999a8d4d585617dcfd3637100bbf9d883369c4d1 /arch/powerpc/kernel/module_64.c | |
parent | macintosh/ams-input: Use true and false for boolean values (diff) | |
download | linux-015eb1b89e959c9349f0a01803fb8ed1ced36f09.tar.xz linux-015eb1b89e959c9349f0a01803fb8ed1ced36f09.zip |
powerpc/mm/radix: Fix build error when RADIX_MMU=n
The recent TLB flush rework broke the build when the Radix MMU is
disabled at build time, eg:
(.text+0x264): undefined reference to `.radix__tlbiel_all'
We could add an empty version, but if we ever called it by accident
that would indicate a bad bug, so add a stub that just WARNs if we do.
Fixes: d4748276ae14 ("powerpc/64s: Improve local TLB flush for boot and MCE on POWER9")
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/kernel/module_64.c')
0 files changed, 0 insertions, 0 deletions