patch-2.4.9 linux/arch/ppc/vmlinux.lds
Next file: linux/arch/s390/kernel/entry.S
Previous file: linux/arch/ppc/mm/init.c
Back to the patch index
Back to the overall index
-  Lines: 21
-  Date:
Sun Aug 12 12:43:26 2001
-  Orig file: 
v2.4.8/linux/arch/ppc/vmlinux.lds
-  Orig date: 
Tue Jul  3 17:08:18 2001
diff -u --recursive --new-file v2.4.8/linux/arch/ppc/vmlinux.lds linux/arch/ppc/vmlinux.lds
@@ -117,20 +117,6 @@
   __chrp_end = .;
 
   . = ALIGN(4096);
-  __apus_begin = .;
-  .text.apus : { *(.text.apus) }
-  .data.apus : { *(.data.apus) }
-  . = ALIGN(4096);
-  __apus_end = .;
-
-  . = ALIGN(4096);
-  __apus_begin = .;
-  .text.apus : { *(.text.apus) }
-  .data.apus : { *(.data.apus) }
-  . = ALIGN(4096);
-  __apus_end = .;
-
-  . = ALIGN(4096);
   __openfirmware_begin = .;
   .text.openfirmware : { *(.text.openfirmware) }
   .data.openfirmware : { *(.data.openfirmware) }
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)