From: Kumar Gala Date: Wed, 11 Feb 2009 00:10:50 +0000 (-0600) Subject: powerpc/fsl-booke: Add new ISA 2.06 page sizes and MAS defines X-Git-Tag: v2.6.30-rc1~619^2~107^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d66c82ea456853a71d88359b0c19a92ac1d393ff;p=pandora-kernel.git powerpc/fsl-booke: Add new ISA 2.06 page sizes and MAS defines The Power ISA 2.06 added power of two page sizes to the embedded MMU architecture. Its done it such a way to be code compatiable with the existing HW. Made the minor code changes to support both power of two and power of four page sizes. Also added some new MAS bits and macros that are defined as part of the 2.06 ISA. Renamed some things to use the 'Book-3e' concept to convey the new MMU that is based on the Freescale Book-E MMU programming model. Note, its still invalid to try and use a page size that isn't supported by cpu. Signed-off-by: Kumar Gala --- Reading git-diff-tree failed