diff options
author | Anton Blanchard <anton@samba.org> | 2011-12-12 15:16:36 -0500 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2011-12-18 22:41:22 -0500 |
commit | b206590c04a5ffde7d4348964d3b09b574555a66 (patch) | |
tree | 520936d67eab4d6a4c9c386ffe572737b1598f91 /arch/powerpc | |
parent | 9f5072d4f63f28d30d343573830ac6c85fc0deff (diff) |
powerpc: Fix comment explaining our VSID layout
We support 16TB of user address space and half a million contexts
so update the comment to reflect this.
Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/include/asm/mmu-hash64.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/arch/powerpc/include/asm/mmu-hash64.h b/arch/powerpc/include/asm/mmu-hash64.h index db645ec842bd..412ba493cb98 100644 --- a/arch/powerpc/include/asm/mmu-hash64.h +++ b/arch/powerpc/include/asm/mmu-hash64.h | |||
@@ -312,10 +312,9 @@ extern void slb_set_size(u16 size); | |||
312 | * (i.e. everything above 0xC000000000000000), except the very top | 312 | * (i.e. everything above 0xC000000000000000), except the very top |
313 | * segment, which simplifies several things. | 313 | * segment, which simplifies several things. |
314 | * | 314 | * |
315 | * - We allow for 15 significant bits of ESID and 20 bits of | 315 | * - We allow for 16 significant bits of ESID and 19 bits of |
316 | * context for user addresses. i.e. 8T (43 bits) of address space for | 316 | * context for user addresses. i.e. 16T (44 bits) of address space for |
317 | * up to 1M contexts (although the page table structure and context | 317 | * up to half a million contexts. |
318 | * allocation will need changes to take advantage of this). | ||
319 | * | 318 | * |
320 | * - The scramble function gives robust scattering in the hash | 319 | * - The scramble function gives robust scattering in the hash |
321 | * table (at least based on some initial results). The previous | 320 | * table (at least based on some initial results). The previous |