powerpc/mm: Introduce MMU features
[deliverable/linux.git] / arch / powerpc / kernel / vdso32 / vdso32.lds.S
index be3b6a41dc09f7c78402405182502eff3f360dd4..904ef1360dd7bca3ee4cbffead2e4dfefcce57f2 100644 (file)
@@ -33,6 +33,9 @@ SECTIONS
        . = ALIGN(8);
        __ftr_fixup     : { *(__ftr_fixup) }
 
+       . = ALIGN(8);
+       __mmu_ftr_fixup : { *(__mmu_ftr_fixup) }
+
        . = ALIGN(8);
        __lwsync_fixup  : { *(__lwsync_fixup) }
 
This page took 0.02404 seconds and 5 git commands to generate.