From: David S. Miller Date: Wed, 22 Feb 2006 04:51:13 +0000 (-0800) Subject: [SPARC64]: Make use of Niagara 256MB PTEs for kernel mappings. X-Git-Tag: v2.6.17-rc1~1184^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9cc3a1ac9a819cadff05ca37bb7f208013a22035;p=pandora-kernel.git [SPARC64]: Make use of Niagara 256MB PTEs for kernel mappings. We use a bitmap, one bit for every 256MB of memory. If the bit is set we can use a 256MB PTE for linear mappings, else we have to use a 4MB PTE. SUN4V support is there, and we can very easily add support for Panther cpu 256MB PTEs in the future. Signed-off-by: David S. Miller --- Reading git-diff-tree failed