Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1652593

[PATCH 6/7] powerpc/mm: remove __this_fixmap_does_not_exist()

From Christophe Leroy <christophe.leroy@c-s.fr>
Newsgroups linux.kernel
Subject [PATCH 6/7] powerpc/mm: remove __this_fixmap_does_not_exist()
Date 2017-05-29 17:40 +0200
Message-ID <tMuVX-1P8-9@gated-at.bofh.it> (permalink)
References <tMuVX-1P8-11@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


This function has not been used since commit 9494a1e8428ea
("powerpc: use generic fixmap.h)

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
---
 arch/powerpc/mm/pgtable_32.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/arch/powerpc/mm/pgtable_32.c b/arch/powerpc/mm/pgtable_32.c
index d151779621fb..d672904bad0c 100644
--- a/arch/powerpc/mm/pgtable_32.c
+++ b/arch/powerpc/mm/pgtable_32.c
@@ -423,8 +423,3 @@ void __set_fixmap (enum fixed_addresses idx, phys_addr_t phys, pgprot_t flags)
 	map_kernel_page(address, phys, pgprot_val(flags));
 	fixmaps++;
 }
-
-void __this_fixmap_does_not_exist(void)
-{
-	WARN_ON(1);
-}
-- 
2.12.0

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 6/7] powerpc/mm: remove __this_fixmap_does_not_exist() Christophe Leroy <christophe.leroy@c-s.fr> - 2017-05-29 17:40 +0200
  Re: [6/7] powerpc/mm: remove __this_fixmap_does_not_exist() Michael Ellerman <patch-notifications@ellerman.id.au> - 2017-06-05 12:30 +0200

csiph-web