patch-2.4.10 linux/arch/ppc/vmlinux.lds
Next file: linux/arch/ppc/xmon/start.c
Previous file: linux/arch/ppc/mm/tlb.c
Back to the patch index
Back to the overall index
-  Lines: 11
-  Date:
Tue Aug 28 06:58:33 2001
-  Orig file: 
v2.4.9/linux/arch/ppc/vmlinux.lds
-  Orig date: 
Mon Aug 27 12:41:39 2001
diff -u --recursive --new-file v2.4.9/linux/arch/ppc/vmlinux.lds linux/arch/ppc/vmlinux.lds
@@ -70,6 +70,10 @@
   __ksymtab : { *(__ksymtab) }
   __stop___ksymtab = .;
 
+  __start___ftr_fixup = .;
+  __ftr_fixup : { *(__ftr_fixup) }
+  __stop___ftr_fixup = .;
+
   . = ALIGN(32);
   .data.cacheline_aligned : { *(.data.cacheline_aligned) }
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)