Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c562eb06 authored by Christophe Leroy's avatar Christophe Leroy Committed by Scott Wood
Browse files

powerpc32: Remove useless/wrong MMU:setio progress message



Commit 77116849 ("[POWERPC] Remove unused machine call outs")
removed the call to setup_io_mappings(), so remove the associated
progress line message

Signed-off-by: default avatarChristophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: default avatarScott Wood <oss@buserror.net>
parent 3084cdb7
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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);