]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] ppc32: Kill embedded system.map, use kallsyms
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 22 Jun 2005 00:15:30 +0000 (17:15 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 22 Jun 2005 01:46:26 +0000 (18:46 -0700)
commit6879dc137ea4efad65cab8bf8a7c0b742bcf92cc
tree13ca02150a892e97f3da20ac9cc052508cc7e8a8
parenta70d439345875d476ede258094356e2acd09b1a1
[PATCH] ppc32: Kill embedded system.map, use kallsyms

This patch kills the whole embedded System.map mecanism and the
bootloader-passed System.map that was used to provide symbol resolution in
xmon.  Instead, xmon now uses kallsyms like ppc64 does.

No hurry getting that in Linus tree, let it be tested in -mm for a while
first and make sure it doesn't break various embedded configs.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/ppc/boot/ld.script
arch/ppc/boot/openfirmware/Makefile
arch/ppc/boot/openfirmware/common.c
arch/ppc/boot/simple/Makefile
arch/ppc/boot/utils/addSystemMap.c [deleted file]
arch/ppc/kernel/setup.c
arch/ppc/mm/init.c
arch/ppc/xmon/xmon.c
arch/ppc64/xmon/xmon.c