aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
diff options
context:
space:
mode:
authorChristophe Leroy <christophe.leroy@c-s.fr>2017-05-29 17:32:06 +0200
committerMichael Ellerman <mpe@ellerman.id.au>2017-06-02 19:09:53 +1000
commit9affa9e228d3ece66ed322909e84cfb08f6c4c64 (patch)
treee4427a491d5ebc7ff376415ca1956db8a9a3ea77 /arch/powerpc/mm
parentpowerpc/mm/ptdump: Dump the first entry of the linear mapping as well (diff)
downloadlinux-dev-9affa9e228d3ece66ed322909e84cfb08f6c4c64.tar.xz
linux-dev-9affa9e228d3ece66ed322909e84cfb08f6c4c64.zip
powerpc/mm: Remove __this_fixmap_does_not_exist()
This function has not been used since commit 9494a1e8428ea ("powerpc: use generic fixmap.h) 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')
-rw-r--r--arch/powerpc/mm/pgtable_32.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/powerpc/mm/pgtable_32.c b/arch/powerpc/mm/pgtable_32.c
index a65c0b4c0669..cf32c5c6fe28 100644
--- a/arch/powerpc/mm/pgtable_32.c
+++ b/arch/powerpc/mm/pgtable_32.c
@@ -390,8 +390,3 @@ void __set_fixmap (enum fixed_addresses idx, phys_addr_t phys, pgprot_t flags)
map_page(address, phys, pgprot_val(flags));
fixmaps++;
}
-
-void __this_fixmap_does_not_exist(void)
-{
- WARN_ON(1);
-}