Skip to content

Commit

Permalink
[SPARC64]: Decrease SECTION_SIZE_BITS to 30.
Browse files Browse the repository at this point in the history
We'll need this to handle NUMA properly on some systems.

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Apr 24, 2008
1 parent 4a28333 commit 86cfc75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asm-sparc64/sparsemem.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#ifdef __KERNEL__

#define SECTION_SIZE_BITS 31
#define SECTION_SIZE_BITS 30
#define MAX_PHYSADDR_BITS 42
#define MAX_PHYSMEM_BITS 42

Expand Down

0 comments on commit 86cfc75

Please sign in to comment.