Browse Source

[SPARC64]: Decrease SECTION_SIZE_BITS to 30.

We'll need this to handle NUMA properly on some systems.

Signed-off-by: David S. Miller <davem@davemloft.net>
David S. Miller 17 years ago
parent
commit
86cfc751cb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/asm-sparc64/sparsemem.h

+ 1 - 1
include/asm-sparc64/sparsemem.h

@@ -3,7 +3,7 @@
 
 
 #ifdef __KERNEL__
 #ifdef __KERNEL__
 
 
-#define SECTION_SIZE_BITS       31
+#define SECTION_SIZE_BITS       30
 #define MAX_PHYSADDR_BITS       42
 #define MAX_PHYSADDR_BITS       42
 #define MAX_PHYSMEM_BITS        42
 #define MAX_PHYSMEM_BITS        42