aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/mmu_decl.h
diff options
context:
space:
mode:
authorChristophe Leroy <christophe.leroy@c-s.fr>2019-04-26 16:36:36 +0000
committerMichael Ellerman <mpe@ellerman.id.au>2019-05-03 01:20:26 +1000
commit57e0491b58fa2a217029b696511499008852a642 (patch)
treeeb767bde8a80755c5552b7cae8be0a6e289ca021 /arch/powerpc/mm/mmu_decl.h
parentpowerpc/32s: map kasan zero shadow with PAGE_READONLY instead of PAGE_KERNEL_RO (diff)
downloadlinux-dev-57e0491b58fa2a217029b696511499008852a642.tar.xz
linux-dev-57e0491b58fa2a217029b696511499008852a642.zip
powerpc/32s: drop Hash_end
Hash_end has never been used, drop it. Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/mm/mmu_decl.h')
-rw-r--r--arch/powerpc/mm/mmu_decl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/mm/mmu_decl.h b/arch/powerpc/mm/mmu_decl.h
index 31fce3914ddc..7b8833d695d1 100644
--- a/arch/powerpc/mm/mmu_decl.h
+++ b/arch/powerpc/mm/mmu_decl.h
@@ -104,7 +104,7 @@ extern int __map_without_bats;
extern unsigned int rtas_data, rtas_size;
struct hash_pte;
-extern struct hash_pte *Hash, *Hash_end;
+extern struct hash_pte *Hash;
extern unsigned long Hash_size, Hash_mask;
extern u8 early_hash[];