powerpc/mm/hash64: Map all the kernel regions in the same 0xc range
[linux-2.6-block.git] / arch / powerpc / mm / ptdump / hashpagetable.c
index b430e4e08af69d435f446fadcd2dc2242f51fa8c..b9bda0105841decc74e73629c9a318c092258d7b 100644 (file)
@@ -500,7 +500,7 @@ static void populate_markers(void)
        address_markers[7].start_address = IOREMAP_BASE;
        address_markers[8].start_address = IOREMAP_END;
 #ifdef CONFIG_PPC_BOOK3S_64
-       address_markers[9].start_address =  H_VMEMMAP_BASE;
+       address_markers[9].start_address =  H_VMEMMAP_START;
 #else
        address_markers[9].start_address =  VMEMMAP_BASE;
 #endif