]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
powerpc: Fix comment explaining our VSID layout
authorAnton Blanchard <anton@samba.org>
Mon, 12 Dec 2011 20:16:36 +0000 (20:16 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Mon, 19 Dec 2011 03:41:22 +0000 (14:41 +1100)
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>
arch/powerpc/include/asm/mmu-hash64.h

index db645ec842bddfe6e0de323629ee2f47e4a19acc..412ba493cb987ef82a701a6410040a175ceaa0df 100644 (file)
@@ -312,10 +312,9 @@ extern void slb_set_size(u16 size);
  * (i.e. everything above 0xC000000000000000), except the very top
  * segment, which simplifies several things.
  *
- *     - We allow for 15 significant bits of ESID and 20 bits of
- * context for user addresses.  i.e. 8T (43 bits) of address space for
- * up to 1M contexts (although the page table structure and context
- * allocation will need changes to take advantage of this).
+ *     - We allow for 16 significant bits of ESID and 19 bits of
+ * context for user addresses.  i.e. 16T (44 bits) of address space for
+ * up to half a million contexts.
  *
  *     - The scramble function gives robust scattering in the hash
  * table (at least based on some initial results).  The previous