[SPARC64]: Use SPARSEMEM_STATIC
authorDavid S. Miller <davem@sunset.davemloft.net>
Thu, 15 Mar 2007 05:47:01 +0000 (22:47 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 26 Apr 2007 08:55:22 +0000 (01:55 -0700)
Decrease the SECTION_SIZE_BITS --> MAX_PHYSADDR_BITS
range a little bit.

The cost of going to SPARSEMEM_STATIC becomes 8K of BSS space, and in
return we save a pointer dereferences on every page struct lookup.
Even better we hit the main kernel image for the base address which is
in a hugepage locked TLB entry.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found