diff options
author | Michael Ellerman <michael@ellerman.id.au> | 2006-01-11 15:27:25 +1100 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-01-11 15:35:46 +1100 |
commit | c9c47b6e27ca49fb0eea6b021b4919cb2467c8e1 (patch) | |
tree | a1378c925a55a5239696d33036c1917e37571202 /arch/powerpc/platforms/iseries | |
parent | 7eb5476f68cd6c6e7a065083e1741a72a666ac6d (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>
Diffstat (limited to 'arch/powerpc/platforms/iseries')
-rw-r--r-- | arch/powerpc/platforms/iseries/setup.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/powerpc/platforms/iseries/setup.c b/arch/powerpc/platforms/iseries/setup.c index 9dea9f5f930..c6bbe5c2510 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 |