提交 548f0b9a 编写于 作者: D David S. Miller

sparc: Add .exit.data section.

This fixes build errors of all sorts.

Also, emit .exit.text unconditionally.
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 038029c0
......@@ -172,12 +172,14 @@ SECTIONS
}
PERCPU_SECTION(SMP_CACHE_BYTES)
#ifdef CONFIG_JUMP_LABEL
. = ALIGN(PAGE_SIZE);
.exit.text : {
EXIT_TEXT
}
#endif
.exit.data : {
EXIT_DATA
}
. = ALIGN(PAGE_SIZE);
__init_end = .;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册