[PATCH] powerpc: Remove device_node addrs/n_addr
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 13 Dec 2005 07:01:21 +0000 (18:01 +1100)
committerPaul Mackerras <paulus@samba.org>
Mon, 9 Jan 2006 03:53:55 +0000 (14:53 +1100)
commitcc5d0189b9ba95260857a5018a1c2fef90008507
tree1202c94b6b3cb81a96d0a0e54424cad10eef68bb
parent9cf84d7c97992dbe5360b241327341c07ce30fc9
[PATCH] powerpc: Remove device_node addrs/n_addr

The pre-parsed addrs/n_addrs fields in struct device_node are finally
gone. Remove the dodgy heuristics that did that parsing at boot and
remove the fields themselves since we now have a good replacement with
the new OF parsing code. This patch also fixes a bunch of drivers to use
the new code instead, so that at least pmac32, pseries, iseries and g5
defconfigs build.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
31 files changed:
arch/powerpc/kernel/btext.c
arch/powerpc/kernel/pci_64.c
arch/powerpc/kernel/prom.c
arch/powerpc/kernel/prom_init.c
arch/powerpc/kernel/rtas_pci.c
arch/powerpc/mm/numa.c
arch/powerpc/platforms/powermac/feature.c
arch/powerpc/platforms/powermac/nvram.c
arch/powerpc/platforms/powermac/pci.c
arch/powerpc/platforms/powermac/pic.c
arch/powerpc/platforms/powermac/pmac.h
arch/powerpc/platforms/powermac/setup.c
arch/powerpc/platforms/powermac/time.c
drivers/block/swim3.c
drivers/ide/ppc/pmac.c
drivers/macintosh/macio_asic.c
drivers/macintosh/mediabay.c
drivers/macintosh/via-cuda.c
drivers/macintosh/via-pmu.c
drivers/scsi/mac53c94.c
drivers/scsi/mesh.c
drivers/serial/pmac_zilog.c
drivers/video/controlfb.c
drivers/video/offb.c
drivers/video/platinumfb.c
drivers/video/valkyriefb.c
include/asm-powerpc/keylargo.h
include/asm-powerpc/prom.h
sound/oss/dmasound/dmasound_awacs.c
sound/ppc/pmac.c
sound/ppc/pmac.h