forked from Minki/linux
m68knommu: fix missing .data.cacheline_aligned section
Add a .data.cacheline_aligned section to the data segment. Signed-off-by: Greg Ungerer <gerg@uclinux.org>
This commit is contained in:
parent
592578a1dd
commit
a14f5e4feb
@ -147,6 +147,8 @@ SECTIONS {
|
||||
. = ALIGN(4);
|
||||
_sdata = . ;
|
||||
DATA_DATA
|
||||
. = ALIGN(32);
|
||||
*(.data.cacheline_aligned)
|
||||
. = ALIGN(8192) ;
|
||||
*(.data.init_task)
|
||||
_edata = . ;
|
||||
|
Loading…
Reference in New Issue
Block a user