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

Commit a14f5e4f authored by Greg Ungerer's avatar Greg Ungerer
Browse files

m68knommu: fix missing .data.cacheline_aligned section



Add a .data.cacheline_aligned section to the data segment.

Signed-off-by: default avatarGreg Ungerer <gerg@uclinux.org>
parent 592578a1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -147,6 +147,8 @@ SECTIONS {
		. = ALIGN(4);
		_sdata = . ;
		DATA_DATA
		. = ALIGN(32);
		*(.data.cacheline_aligned)
		. = ALIGN(8192) ;
		*(.data.init_task)
		_edata = . ;