[XEN] Fix typos in comment describing 32on64 memory layout
authorIan Campbell <ian.campbell@xensource.com>
Thu, 8 Feb 2007 12:33:32 +0000 (12:33 +0000)
committerIan Campbell <ian.campbell@xensource.com>
Thu, 8 Feb 2007 12:33:32 +0000 (12:33 +0000)
Signed-off-by: Ian Campbell <ian.campbell@xensource.com>
xen/include/asm-x86/config.h

index 71e3dd8e4add5dc959f4ec2697fecce572c18f59..34cd754186409915647a9254ba7dc1f45d26426e 100644 (file)
  * Compatibility guest area layout:
  *  0x0000000000000000 - 0x00000000f57fffff [3928MB,            PML4:0]
  *    Guest-defined use.
- *  0x0000000f58000000 - 0x00000000ffffffff [168MB,             PML4:0]
+ *  0x00000000f5800000 - 0x00000000ffffffff [168MB,             PML4:0]
  *    Read-only machine-to-phys translation table (GUEST ACCESSIBLE).
- *  0x0000000000000000 - 0x00000000ffffffff [508GB,             PML4:0]
+ *  0x0000000100000000 - 0x0000007fffffffff [508GB,             PML4:0]
  *    Unused.
  *  0x0000008000000000 - 0x000000ffffffffff [512GB, 2^39 bytes, PML4:1]
  *    Hypercall argument translation area.