aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorMichael Ellerman <michael@ellerman.id.au>2006-01-11 15:27:25 +1100
committerPaul Mackerras <paulus@samba.org>2006-01-11 15:35:46 +1100
commitc9c47b6e27ca49fb0eea6b021b4919cb2467c8e1 (patch)
treea1378c925a55a5239696d33036c1917e37571202 /arch
parent[PATCH] powerpc: Add ibm,pft-size to iSeries device tree (diff)
downloadlinux-dev-c9c47b6e27ca49fb0eea6b021b4919cb2467c8e1.tar.xz
linux-dev-c9c47b6e27ca49fb0eea6b021b4919cb2467c8e1.zip
[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>
Diffstat (limited to 'arch')
-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)
chunk_to_addr(hptFirstChunk), hptSizeChunks * 256);
/*
- * The actual hashed page table is in the hypervisor,
- * we have no direct access
- */
- htab_address = NULL;
-
- /*
* Determine if absolute memory has any
* holes so that we can interpret the
* access map we get back from the hypervisor