commit | 94966b712c6875939fcdd83cb2707a797e131a43 | [log] [tgz] |
---|---|---|
author | Fabian Frederick <fabf@skynet.be> | Wed Oct 29 21:14:27 2014 +0100 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Thu Oct 30 11:22:33 2014 +1100 |
tree | e6d8e005c53bb5626f1bdf3e7db5503694599b00 | |
parent | d506aa68c23db708ad45ca8c17f0d7f5d7029a37 [diff] |
powerpc: Fix section mismatch warning Add __init to MMU_setup() which uses __initdata boot_command_line. Also MMU_setup() is only called from MMU_init(), which is also __init. Warning appeared since commit 3e47d1474c2b. Fixes: 3e47d1474c2b ("powerpc: Remove powerpc specific cmd_line") Signed-off-by: Fabian Frederick <fabf@skynet.be> [mpe: Update changelog] Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>