From a79f4106ca92f2de389a1bb9ab9cd0c8607bf46c Mon Sep 17 00:00:00 2001 From: Andi Kleen Date: Tue, 18 Apr 2006 12:35:16 +0200 Subject: [PATCH] --- yaml --- r: 25885 b: refs/heads/master c: 6fa679fdea22cd96287d4aa11ee771bcd46c6dfb h: refs/heads/master i: 25883: ef765a380c91e184b600d19ae53b510bcd03e9d1 v: v3 --- [refs] | 2 +- trunk/include/asm-x86_64/mmzone.h | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 954a1657702f..cf6a0e99dcf6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8bcc5280e68878d2b989c91d98305109e391c86a +refs/heads/master: 6fa679fdea22cd96287d4aa11ee771bcd46c6dfb diff --git a/trunk/include/asm-x86_64/mmzone.h b/trunk/include/asm-x86_64/mmzone.h index 6b18cd8f293d..6944e7122df5 100644 --- a/trunk/include/asm-x86_64/mmzone.h +++ b/trunk/include/asm-x86_64/mmzone.h @@ -12,7 +12,8 @@ #include -#define NODEMAPSIZE 0xfff +/* Should really switch to dynamic allocation at some point */ +#define NODEMAPSIZE 0x4fff /* Simple perfect hash to map physical addresses to node numbers */ struct memnode {