From: Benjamin Herrenschmidt Date: Wed, 11 Jun 2008 05:37:10 +0000 (+1000) Subject: powerpc: Free a PTE bit on ppc64 with 64K pages X-Git-Tag: v2.6.27-rc1~1058^2~119 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41743a4e34f0777f51c1cf0675b91508ba143050;p=pandora-kernel.git powerpc: Free a PTE bit on ppc64 with 64K pages This frees a PTE bit when using 64K pages on ppc64. This is done by getting rid of the separate _PAGE_HASHPTE bit. Instead, we just test if any of the 16 sub-page bits is set. For non-combo pages (ie. real 64K pages), we set SUB0 and the location encoding in that field. Signed-off-by: Benjamin Herrenschmidt Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed