]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit681c774d0fb59c9b9525c2879d1cfae29c2f7866
treed3794a02c0699f656d284d65b6c7403ca8407085
parent58638bffe3d594ed3a902824ea40a4196c745bbd
[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