From: Kumar Gala Date: Tue, 1 Sep 2009 15:48:42 +0000 (+0000) Subject: powerpc/fsl-booke: Use HW PTE format if CONFIG_PTE_64BIT X-Git-Tag: v2.6.32-rc1~675^2~9 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76acc2c1a7a9a8c2cae7e9cf8d0a8b374a48aa94;p=pandora-kernel.git powerpc/fsl-booke: Use HW PTE format if CONFIG_PTE_64BIT Switch to using the Power ISA defined PTE format when we have a 64-bit PTE. This makes the code handling between fsl-booke and book3e-64 similiar for TLB faults. Additionally this lets use take advantage of the page size encodings and full permissions that the HW PTE defines. Also defined _PMD_PRESENT, _PMD_PRESENT_MASK, and _PMD_BAD since the 32-bit ppc arch code expects them. Signed-off-by: Kumar Gala Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed