patch-2.4.22 linux-2.4.22/arch/ppc64/vmlinux.lds
Next file: linux-2.4.22/arch/ppc64/xmon/xmon.c
Previous file: linux-2.4.22/arch/ppc64/mm/init.c
Back to the patch index
Back to the overall index
-  Lines: 10
-  Date:
2003-08-25 04:44:40.000000000 -0700
-  Orig file: 
linux-2.4.21/arch/ppc64/vmlinux.lds
-  Orig date: 
2003-06-13 07:51:32.000000000 -0700
diff -urN linux-2.4.21/arch/ppc64/vmlinux.lds linux-2.4.22/arch/ppc64/vmlinux.lds
@@ -73,6 +73,9 @@
   __kallsyms : { *(__kallsyms) }
   __stop___kallsyms = .;
 
+  __start___ftr_fixup = .;
+  __ftr_fixup : { *(__ftr_fixup) }
+  __stop___ftr_fixup = .;
 
   . = ALIGN(4096);
   .data.page_aligned : { *(.data.page_aligned) }
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)