diff options
| author | 2005-09-12 18:49:24 +0200 | |
|---|---|---|
| committer | 2005-09-12 10:50:55 -0700 | |
| commit | f297e4e5e4245a5c3fb36e7f754cde96cdb4bc43 (patch) | |
| tree | 1e2d7d165295ff461678d4074524963f82f9ea2b /include | |
| parent | [PATCH] x86-64: Fix off by one in pfn_valid (diff) | |
[PATCH] Increase nodemap hash.
Needed for some newer Opteron systems with E stepping and memory
relocation enabled. The node addresses are different in lower
bits now so the nodemap hash function needs to be enlarged.
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-x86_64/mmzone.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-x86_64/mmzone.h b/include/asm-x86_64/mmzone.h index 2ef43dac6c28..b40c661f111e 100644 --- a/include/asm-x86_64/mmzone.h +++ b/include/asm-x86_64/mmzone.h @@ -12,7 +12,7 @@ #include <asm/smp.h> -#define NODEMAPSIZE 0xff +#define NODEMAPSIZE 0xfff /* Simple perfect hash to map physical addresses to node numbers */ extern int memnode_shift; |
