Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dcb313c2 authored by Jesper Nilsson's avatar Jesper Nilsson
Browse files

CRIS: Add cache aligned and read mostly data sections

parent c1c8f558
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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. */