• Michal Simek's avatar
    microblaze: include EXIT_TEXT to _stext · 1dcdd091
    Michal Simek authored
    Microblaze wants to throw out EXIT_TEXT during runtime too.  This
    hasn't caused trouble till now because the linker script didn't
    discard EXIT_TEXT and it ended up in its default output section.  As
    discard definition is about to be unified, include EXIT_TEXT into
    _stext explicitly and while at it replace explicit exitcall definition
    to EXIT_CALL.
    Signed-off-by: default avatarMichal Simek <monstr@monstr.eu>
    Signed-off-by: default avatarTejun Heo <tj@kernel.org>
    1dcdd091
vmlinux.lds.S 3.02 KB