aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Ellerman <michael@ellerman.id.au>2006-01-10 23:27:25 -0500
committerPaul Mackerras <paulus@samba.org>2006-01-10 23:35:46 -0500
commitc9c47b6e27ca49fb0eea6b021b4919cb2467c8e1 (patch)
treea1378c925a55a5239696d33036c1917e37571202
parent7eb5476f68cd6c6e7a065083e1741a72a666ac6d (diff)
[PATCH] powerpc: Remove redundant setting of htab_address
iSeries doesn't need to set the htab_address explicitly, htab_initialize() will do it for us later. Signed-off-by: Michael Ellerman <michael@ellerman.id.au> Signed-off-by: Paul Mackerras <paulus@samba.org>
-rw-r--r--arch/powerpc/platforms/iseries/setup.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/powerpc/platforms/iseries/setup.c b/arch/powerpc/platforms/iseries/setup.c
index 9dea9f5f9301..c6bbe5c25107 100644
--- a/arch/powerpc/platforms/iseries/setup.c
+++ b/arch/powerpc/platforms/iseries/setup.c
@@ -474,12 +474,6 @@ static unsigned long __init build_iSeries_Memory_Map(void)
474 chunk_to_addr(hptFirstChunk), hptSizeChunks * 256); 474 chunk_to_addr(hptFirstChunk), hptSizeChunks * 256);
475 475
476 /* 476 /*
477 * The actual hashed page table is in the hypervisor,
478 * we have no direct access
479 */
480 htab_address = NULL;
481
482 /*
483 * Determine if absolute memory has any 477 * Determine if absolute memory has any
484 * holes so that we can interpret the 478 * holes so that we can interpret the
485 * access map we get back from the hypervisor 479 * access map we get back from the hypervisor