From: Christophe Leroy Date: Tue, 9 Feb 2016 16:08:08 +0000 (+0100) Subject: powerpc32: Remove useless/wrong MMU:setio progress message X-Git-Tag: v4.6-rc1~89^2~4^2~23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c562eb06d563b8a79824a93641e9a37821cbbc34;p=thirdparty%2Fkernel%2Flinux.git powerpc32: Remove useless/wrong MMU:setio progress message 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 Signed-off-by: Scott Wood --- diff --git a/arch/powerpc/mm/init_32.c b/arch/powerpc/mm/init_32.c index 1a18e4b2b5d76..4eb1b8f5667cc 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);