[PATCH] powerpc: Remove remaining iSeries debugger cruft

Michael Ellerman michael at ellerman.id.au
Tue May 2 14:05:51 EST 2006


This isn't needed anymore, as no one is using this debugger. Doesn't have
any effect on early debug output etc.

Signed-off-by: Michael Ellerman <michael at ellerman.id.au>
---

 arch/powerpc/kernel/head_64.S |    9 ---------
 1 file changed, 9 deletions(-)

Index: to-merge/arch/powerpc/kernel/head_64.S
===================================================================
--- to-merge.orig/arch/powerpc/kernel/head_64.S
+++ to-merge/arch/powerpc/kernel/head_64.S
@@ -93,15 +93,6 @@ END_FTR_SECTION(0, 1)
 	. = 0x20
 	.llong hvReleaseData-KERNELBASE
 
-	/*
-	 * At offset 0x28 and 0x30 are offsets to the mschunks_map
-	 * array (used by the iSeries LPAR debugger to do translation
-	 * between physical addresses and absolute addresses) and
-	 * to the pidhash table (also used by the debugger)
-	 */
-	.llong mschunks_map-KERNELBASE
-	.llong 0	/* pidhash-KERNELBASE SFRXXX */
-
 	/* Offset 0x38 - Pointer to start of embedded System.map */
 	.globl	embedded_sysmap_start
 embedded_sysmap_start:



More information about the Linuxppc-dev mailing list