From: David S. Miller Date: Thu, 15 Mar 2007 05:47:01 +0000 (-0700) Subject: [SPARC64]: Use SPARSEMEM_STATIC X-Git-Tag: v2.6.22-rc1~1127^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d78d0891d3dd976a2fb707c6c691d9cd5ed60727;p=pandora-kernel.git [SPARC64]: Use SPARSEMEM_STATIC 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 --- Reading git-diff-tree failed