aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/iseries/setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/platforms/iseries/setup.c')
-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