diff options
author | Christophe Leroy <christophe.leroy@c-s.fr> | 2016-02-09 11:08:08 -0500 |
---|---|---|
committer | Scott Wood <oss@buserror.net> | 2016-03-11 18:18:02 -0500 |
commit | c562eb06d563b8a79824a93641e9a37821cbbc34 (patch) | |
tree | 52d1f31c7cc839119695cf298c33049e2c63d6d0 | |
parent | 3084cdb7cd6a1609d0a4480291f5e4da80765d03 (diff) |
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 <christophe.leroy@c-s.fr>
Signed-off-by: Scott Wood <oss@buserror.net>
-rw-r--r-- | arch/powerpc/mm/init_32.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/powerpc/mm/init_32.c b/arch/powerpc/mm/init_32.c index 1a18e4b2b5d7..4eb1b8f5667c 100644 --- a/arch/powerpc/mm/init_32.c +++ b/arch/powerpc/mm/init_32.c | |||
@@ -178,10 +178,6 @@ void __init MMU_init(void) | |||
178 | /* Initialize early top-down ioremap allocator */ | 178 | /* Initialize early top-down ioremap allocator */ |
179 | ioremap_bot = IOREMAP_TOP; | 179 | ioremap_bot = IOREMAP_TOP; |
180 | 180 | ||
181 | /* Map in I/O resources */ | ||
182 | if (ppc_md.progress) | ||
183 | ppc_md.progress("MMU:setio", 0x302); | ||
184 | |||
185 | if (ppc_md.progress) | 181 | if (ppc_md.progress) |
186 | ppc_md.progress("MMU:exit", 0x211); | 182 | ppc_md.progress("MMU:exit", 0x211); |
187 | 183 | ||