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>
tirimbino
Greg Ungerer 16 years ago
parent 592578a1dd
commit a14f5e4feb
  1. 2
      arch/m68knommu/kernel/vmlinux.lds.S

@ -147,6 +147,8 @@ SECTIONS {
. = ALIGN(4);
_sdata = . ;
DATA_DATA
. = ALIGN(32);
*(.data.cacheline_aligned)
. = ALIGN(8192) ;
*(.data.init_task)
_edata = . ;

Loading…
Cancel
Save