powerpc/mm: Introduce MMU features
[deliverable/linux.git] / arch / powerpc / kernel / vdso64 / vdso64.lds.S
index d0b2526dd38d05e0dda9870d4dd1eea529845bea..0e615404e247353cd9a696bb086d03486013403e 100644 (file)
@@ -34,6 +34,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.023618 seconds and 5 git commands to generate.