Commit dcb313c2 authored by Jesper Nilsson's avatar Jesper Nilsson

CRIS: Add cache aligned and read mostly data sections

Signed-off-by: default avatarJesper Nilsson <jesper.nilsson@axis.com>
parent c1c8f558
...@@ -58,6 +58,8 @@ SECTIONS ...@@ -58,6 +58,8 @@ SECTIONS
___data_start = . ; ___data_start = . ;
__Sdata = . ; __Sdata = . ;
.data : { /* Data */ .data : { /* Data */
CACHELINE_ALIGNED_DATA(32)
READ_MOSTLY_DATA(32)
DATA_DATA DATA_DATA
} }
__edata = . ; /* End of data section. */ __edata = . ; /* End of data section. */
......
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