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


Groups > linux.kernel > #1271241 > unrolled thread

[PATCH v3 11/23] powerpc32: Remove useless/wrong MMU:setio progress message

Started byChristophe Leroy <christophe.leroy@c-s.fr>
First post2015-11-17 15:10 +0100
Last post2015-11-17 15:10 +0100
Articles 1 — 1 participant

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 v3 11/23] powerpc32: Remove useless/wrong MMU:setio progress  message Christophe Leroy <christophe.leroy@c-s.fr> - 2015-11-17 15:10 +0100

#1271241 — [PATCH v3 11/23] powerpc32: Remove useless/wrong MMU:setio progress message

FromChristophe Leroy <christophe.leroy@c-s.fr>
Date2015-11-17 15:10 +0100
Subject[PATCH v3 11/23] powerpc32: Remove useless/wrong MMU:setio progress message
Message-ID<qvP7k-64d-31@gated-at.bofh.it>
Commit 771168494719 ("[POWERPC] Remove unused machine call outs")
removed the call to setup_io_mappings(), so remove the associated
progress line message

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
---
v2: no change
v3: no change

 arch/powerpc/mm/init_32.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/arch/powerpc/mm/init_32.c b/arch/powerpc/mm/init_32.c
index 1a18e4b..4eb1b8f 100644
--- a/arch/powerpc/mm/init_32.c
+++ b/arch/powerpc/mm/init_32.c
@@ -178,10 +178,6 @@ void __init MMU_init(void)
 	/* Initialize early top-down ioremap allocator */
 	ioremap_bot = IOREMAP_TOP;
 
-	/* Map in I/O resources */
-	if (ppc_md.progress)
-		ppc_md.progress("MMU:setio", 0x302);
-
 	if (ppc_md.progress)
 		ppc_md.progress("MMU:exit", 0x211);
 
-- 
2.1.0

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web