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


Groups > linux.kernel > #1652593 > unrolled thread

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

Started byChristophe Leroy <christophe.leroy@c-s.fr>
First post2017-05-29 17:40 +0200
Last post2017-06-05 12:30 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [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

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

FromChristophe Leroy <christophe.leroy@c-s.fr>
Date2017-05-29 17:40 +0200
Subject[PATCH 6/7] powerpc/mm: remove __this_fixmap_does_not_exist()
Message-ID<tMuVX-1P8-9@gated-at.bofh.it>
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

[toc] | [next] | [standalone]


#1657489 — Re: [6/7] powerpc/mm: remove __this_fixmap_does_not_exist()

FromMichael Ellerman <patch-notifications@ellerman.id.au>
Date2017-06-05 12:30 +0200
SubjectRe: [6/7] powerpc/mm: remove __this_fixmap_does_not_exist()
Message-ID<tOXqO-1Ey-27@gated-at.bofh.it>
In reply to#1652593
On Mon, 2017-05-29 at 15:32:06 UTC, Christophe Leroy wrote:
> This function has not been used since commit 9494a1e8428ea
> ("powerpc: use generic fixmap.h)
> 
> Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>

Applied to powerpc next, thanks.

https://git.kernel.org/powerpc/c/9affa9e228d3ece66ed322909e84cf

cheers

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web