]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
m68knommu: fix missing .data.cacheline_aligned section
authorGreg Ungerer <gerg@uclinux.org>
Fri, 17 Apr 2009 12:55:06 +0000 (22:55 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Wed, 22 Apr 2009 04:45:07 +0000 (14:45 +1000)
Add a .data.cacheline_aligned section to the data segment.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
arch/m68knommu/kernel/vmlinux.lds.S

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