提交 a055917e 编写于 作者: R Ralf Baechle

[MIPS] Fix build after b0rked changes to <linux/init.h>.

Commit 312b1485 made __INIT_REFOK expand
into .section .section ".ref.text", "ax".  Since the assembler doesn't
tolerate stuttering in the source that broke all MIPS builds.

Since with this change Sam downgraded __INIT_REFOK the best fix is to
get replace it by the modern days operator.  With MIPS the only user
of __INIT_REFOK and __INITDATA_REFOK (which was equally broken) being
unused anyway these can be deleted but that's subject of a separate
commit.
Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
上级 24e1c13c
......@@ -140,7 +140,7 @@ FEXPORT(__kernel_entry)
j kernel_entry
#endif
__INIT_REFOK
__REF
NESTED(kernel_entry, 16, sp) # kernel entry point
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册