Skip to content
Commit 991da17e authored by Tim Abbott's avatar Tim Abbott Committed by Linus Torvalds
Browse files

arm: Use __INIT macro instead of .text.init.



arm is placing some code in the .text.init section, but it does not
reference that section in its linker scripts.

This change moves this code from the .text.init section to the
.init.text section, which is presumably where it belongs.

Signed-off-by: default avatarTim Abbott <tabbott@mit.edu>
Acked-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
Acked-by: default avatarSam Ravnborg <sam@ravnborg.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent df1f6d20
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