diff options
| author | Ingo Molnar <[email protected]> | 2008-12-16 18:23:36 +0000 |
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2008-12-16 18:31:52 +0000 |
| commit | b6fd6f26733e864fba2ea3eb1d716e23d2e66f3a (patch) | |
| tree | 6b76b47a3366d502cbb8a740c15e9d2f46aea645 /net/unix/af_unix.c | |
| parent | x86, 32-bit: improve lazy TLB handling code (diff) | |
| download | kernel-b6fd6f26733e864fba2ea3eb1d716e23d2e66f3a.tar.gz kernel-b6fd6f26733e864fba2ea3eb1d716e23d2e66f3a.zip | |
x86, mm: limit MAXMEM on 64-bit
on 64-bit x86 the physical memory limit is controlled by the sparsemem
bits - which are 44 bits right now. But MAXMEM (the max pfn number
e820 parsing will allow to enter our sizing routines) is set to
0x00003fffffffffff, i.e. 46 bits - that's too large because it overlaps
into the vmalloc range.
So couple MAXMEM to MAX_PHYSMEM_BITS, and add a comment that the
maximum of MAX_PHYSMEM_BITS is 45 bits.
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions
