aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/kasan/Makefile
diff options
context:
space:
mode:
authorChristophe Leroy <christophe.leroy@csgroup.eu>2020-05-19 05:49:29 +0000
committerMichael Ellerman <mpe@ellerman.id.au>2020-05-26 22:22:23 +1000
commit7974c4732642f710b5111165ae1f7f7fed822282 (patch)
tree80680eb35fae54cc1cea7b5882a2e1187ad89ea1 /arch/powerpc/mm/kasan/Makefile
parentpowerpc/32s: Allow mapping with BATs with DEBUG_PAGEALLOC (diff)
downloadlinux-dev-7974c4732642f710b5111165ae1f7f7fed822282.tar.xz
linux-dev-7974c4732642f710b5111165ae1f7f7fed822282.zip
powerpc/32s: Implement dedicated kasan_init_region()
Implement a kasan_init_region() dedicated to book3s/32 that allocates KASAN regions using BATs. Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/709e821602b48a1d7c211a9b156da26db98c3e9d.1589866984.git.christophe.leroy@csgroup.eu
Diffstat (limited to 'arch/powerpc/mm/kasan/Makefile')
-rw-r--r--arch/powerpc/mm/kasan/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/mm/kasan/Makefile b/arch/powerpc/mm/kasan/Makefile
index 440038ea79f1..bb1a5408b86b 100644
--- a/arch/powerpc/mm/kasan/Makefile
+++ b/arch/powerpc/mm/kasan/Makefile
@@ -4,3 +4,4 @@ KASAN_SANITIZE := n
obj-$(CONFIG_PPC32) += kasan_init_32.o
obj-$(CONFIG_PPC_8xx) += 8xx.o
+obj-$(CONFIG_PPC_BOOK3S_32) += book3s_32.o