]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] powerpc: Kill ppcdebug
authorDavid Gibson <david@gibson.dropbear.id.au>
Sun, 6 Nov 2005 22:49:43 +0000 (09:49 +1100)
committerPaul Mackerras <paulus@samba.org>
Mon, 7 Nov 2005 01:37:45 +0000 (12:37 +1100)
commitdcad47fc423ac9f4934579af814fa2dad5c8081b
tree46917c934f2fe51dfc517184d4275ed4ddca7960
parent723925b7b138cecb29d76169d20149255d354a7a
[PATCH] powerpc: Kill ppcdebug

The ancient ppcdebug/PPCDBG mechanism is now only used in two places.
First, in the hash setup code, one of the bits allows the size of the
hash table to be reduced by a factor of 8 - which would be better
accomplished with a command line option for that purpose.  The other
was a bunch of bus walking related messages in the iSeries code, which
would seem to be insufficient reason to keep the mechanism.

This patch removes the last traces of this mechanism.

Built and booted on iSeries and pSeries POWER5 LPAR (ARCH=powerpc).

Signed-off-by: David Gibson <dwg@au1.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
20 files changed:
arch/powerpc/kernel/setup_64.c
arch/powerpc/kernel/signal_32.c
arch/powerpc/kernel/signal_64.c
arch/powerpc/mm/hash_utils_64.c
arch/powerpc/mm/init_64.c
arch/powerpc/mm/pgtable_64.c
arch/powerpc/platforms/iseries/irq.c
arch/powerpc/platforms/iseries/pci.c
arch/powerpc/platforms/iseries/setup.c
arch/powerpc/platforms/iseries/smp.c
arch/powerpc/platforms/pseries/iommu.c
arch/powerpc/platforms/pseries/lpar.c
arch/powerpc/platforms/pseries/ras.c
arch/powerpc/sysdev/u3_iommu.c
arch/ppc64/Kconfig.debug
arch/ppc64/kernel/prom.c
arch/ppc64/kernel/prom_init.c
arch/ppc64/kernel/udbg.c
include/asm-ppc64/ppcdebug.h [deleted file]
include/asm-ppc64/udbg.h