提交 dcb313c2 编写于 作者: J Jesper Nilsson

CRIS: Add cache aligned and read mostly data sections

Signed-off-by: NJesper Nilsson <jesper.nilsson@axis.com>
上级 c1c8f558
......@@ -58,6 +58,8 @@ SECTIONS
___data_start = . ;
__Sdata = . ;
.data : { /* Data */
CACHELINE_ALIGNED_DATA(32)
READ_MOSTLY_DATA(32)
DATA_DATA
}
__edata = . ; /* End of data section. */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册