mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 14:20:52 +07:00
CRIS: Add cache aligned and read mostly data sections
Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
This commit is contained in:
parent
c1c8f55874
commit
dcb313c23f
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user