Skip to content
Commit 94966b71 authored by Fabian Frederick's avatar Fabian Frederick Committed by Michael Ellerman
Browse files

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 3e47d147.

Fixes: 3e47d147 ("powerpc: Remove powerpc specific cmd_line")
Signed-off-by: default avatarFabian Frederick <fabf@skynet.be>
[mpe: Update changelog]
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent d506aa68
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment