]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] ppc64 boot: remove sysmap from required filenames
authorOlaf Hering <olh@suse.de>
Wed, 9 Nov 2005 19:53:43 +0000 (20:53 +0100)
committerPaul Mackerras <paulus@samba.org>
Thu, 10 Nov 2005 00:25:52 +0000 (11:25 +1100)
commit68d8b5f73db3eba253051e9281b1b445d72fa9e4
treed3794a02c0699f656d284d65b6c7403ca8407085
parent399672797a57205d866b710d0ce2fb78ca57b997
[PATCH] ppc64 boot: remove sysmap from required filenames

A stripped vmlinux does not contain enough symbols to recreate the
System.map.  The System.map file is only used to determine the end of
the runtime memory size.  This is the same value (rounded up to
PAGE_SIZE) as ->memsiz in the ELF program header.

Also, the target vmlinux.initrd doesnt work in 2.6.14:

  arch/ppc64/boot/addRamDisk arch/ppc64/boot/ramdisk.image.gz vmlinux.strip arch/ppc64/boot/vmlinux.initrd
  Name of vmlinux output file missing.

Signed-off-by: Olaf Hering <olh@suse.de>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/ppc64/boot/addRamDisk.c