]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/powerpc/kernel/vdso32/vdso32.lds.S
Merge branch 'virtex-for-2.6.27' of git://git.secretlab.ca/git/linux-2.6-virtex into...
[linux-2.6-omap-h63xx.git] / arch / powerpc / kernel / vdso32 / vdso32.lds.S
index 9352ab5200e591ba2a0b2cb551f125a2b29dc652..be3b6a41dc09f7c78402405182502eff3f360dd4 100644 (file)
@@ -24,7 +24,7 @@ SECTIONS
 
        . = ALIGN(16);
        .text           : {
-               *(.text .stub .text.* .gnu.linkonce.t.*)
+               *(.text .stub .text.* .gnu.linkonce.t.* __ftr_alt_*)
        }
        PROVIDE(__etext = .);
        PROVIDE(_etext = .);
@@ -33,6 +33,9 @@ SECTIONS
        . = ALIGN(8);
        __ftr_fixup     : { *(__ftr_fixup) }
 
+       . = ALIGN(8);
+       __lwsync_fixup  : { *(__lwsync_fixup) }
+
 #ifdef CONFIG_PPC64
        . = ALIGN(8);
        __fw_ftr_fixup  : { *(__fw_ftr_fixup) }