提交 a14f5e4f 编写于 作者: G Greg Ungerer

m68knommu: fix missing .data.cacheline_aligned section

Add a .data.cacheline_aligned section to the data segment.
Signed-off-by: NGreg Ungerer <gerg@uclinux.org>
上级 592578a1
......@@ -147,6 +147,8 @@ SECTIONS {
. = ALIGN(4);
_sdata = . ;
DATA_DATA
. = ALIGN(32);
*(.data.cacheline_aligned)
. = ALIGN(8192) ;
*(.data.init_task)
_edata = . ;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册