Commit c8ae7e9b authored by Shawn Guo's avatar Shawn Guo

ARM: imx6: drop .text.head section annotation from headsmp.S

The function v7_secondary_startup() works just fine in .text section, so
there is no need to have .text.head section annotation at all.  Drop it.
Suggested-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
parent 6a5637e5
......@@ -13,8 +13,6 @@
#include <linux/linkage.h>
#include <linux/init.h>
.section ".text.head", "ax"
diag_reg_offset:
.word g_diag_reg - .
......
Markdown is supported
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