From: Dave A. <ai...@us...> - 2003-06-10 02:07:52
|
Update of /cvsroot/linux-vax/kernel-2.4/arch/m68k In directory sc8-pr-cvs1:/tmp/cvs-serv23180/arch/m68k Modified Files: vmlinux-sun3.lds vmlinux.lds Log Message: DA: sync to Marcelo 2.4.18 + remove init_mmap (no longer needed) Index: vmlinux-sun3.lds =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/m68k/vmlinux-sun3.lds,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- vmlinux-sun3.lds 10 Apr 2002 14:34:33 -0000 1.2 +++ vmlinux-sun3.lds 10 Jun 2003 01:45:58 -0000 1.3 @@ -10,7 +10,6 @@ *(.head) *(.text) *(.fixup) - *(.text.lock) /* out-of-line lock text */ *(.gnu.warning) } = 0x4e75 .kstrtab : { *(.kstrtab) } Index: vmlinux.lds =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/m68k/vmlinux.lds,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- vmlinux.lds 10 Apr 2002 14:34:33 -0000 1.2 +++ vmlinux.lds 10 Jun 2003 01:45:58 -0000 1.3 @@ -9,7 +9,6 @@ .text : { *(.text) *(.fixup) - *(.text.lock) /* out-of-line lock text */ *(.gnu.warning) } = 0x4e75 .rodata : { *(.rodata) *(.rodata.*) } |