Skip to content

Commit

Permalink
[PATCH] powerpc: Remove redundant setting of htab_address
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Michael Ellerman authored and Paul Mackerras committed Jan 11, 2006
1 parent 7eb5476 commit c9c47b6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions arch/powerpc/platforms/iseries/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -473,12 +473,6 @@ static unsigned long __init build_iSeries_Memory_Map(void)
printk("HPT absolute addr = %016lx, size = %dK\n",
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
Expand Down

0 comments on commit c9c47b6

Please sign in to comment.