Update of /cvsroot/linux-vax/kernel-2.4/arch/arm
In directory sc8-pr-cvs1:/tmp/cvs-serv23180/arch/arm
Modified Files:
vmlinux-armo.lds.in vmlinux-armv.lds.in
Log Message:
DA: sync to Marcelo 2.4.18 + remove init_mmap (no longer needed)
Index: vmlinux-armo.lds.in
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.4/arch/arm/vmlinux-armo.lds.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- vmlinux-armo.lds.in 10 Apr 2002 13:51:19 -0000 1.2
+++ vmlinux-armo.lds.in 10 Jun 2003 01:45:49 -0000 1.3
@@ -48,7 +48,6 @@
*(.text)
*(.fixup)
*(.gnu.warning)
- *(.text.lock) /* out-of-line lock text */
*(.rodata)
*(.rodata.*)
*(.glue_7)
Index: vmlinux-armv.lds.in
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.4/arch/arm/vmlinux-armv.lds.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- vmlinux-armv.lds.in 10 Apr 2002 13:51:19 -0000 1.2
+++ vmlinux-armv.lds.in 10 Jun 2003 01:45:49 -0000 1.3
@@ -43,7 +43,6 @@
*(.text)
*(.fixup)
*(.gnu.warning)
- *(.text.lock) /* out-of-line lock text */
*(.rodata)
*(.rodata.*)
*(.glue_7)
|