]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/book-3e: Introduce concept of Book-3e MMU
authorKumar Gala <galak@kernel.crashing.org>
Thu, 12 Feb 2009 22:12:40 +0000 (16:12 -0600)
committerKumar Gala <galak@kernel.crashing.org>
Thu, 12 Feb 2009 22:51:33 +0000 (16:51 -0600)
commit71d180259ccd018db28628c6bd1d16086c59f876
treee82d3e5ee4b93b0a336df183d6dff5fe04cccab6
parent034b192527778c8d91910eb2eb37e47016fffef5
powerpc/book-3e: Introduce concept of Book-3e MMU

The Power ISA 2.06 spec introduces a standard MMU programming model that
is based on the Freescale Book-E MMU programing model.  The Freescale
version is pretty backwards compatiable with the ISA 2.06 definition so
we are starting to refactor some of the Freescale code so it can be
easily shared.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/include/asm/mmu-book3e.h [new file with mode: 0644]
arch/powerpc/include/asm/mmu-fsl-booke.h [deleted file]
arch/powerpc/include/asm/mmu.h
arch/powerpc/kernel/entry_32.S
arch/powerpc/platforms/Kconfig.cputype