]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[ARM] Introduce new PTE memory type bits
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Sat, 6 Sep 2008 19:04:59 +0000 (20:04 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 1 Oct 2008 15:40:56 +0000 (16:40 +0100)
commitbb30f36f9b71c31dc8fe3483bba4c9884fc86080
treec99b583586ebec2a29be2b0173d1eb9ad07a68f9
parent9cff96e5bfc8e366166bfb07610604c7604ac48c
[ARM] Introduce new PTE memory type bits

Provide L_PTE_MT_xxx definitions to describe the memory types that we
use in Linux/ARM.  These definitions are carefully picked such that:

1. their LSBs match what is required for pre-ARMv6 CPUs.
2. they all have a unique encoding, including after modification
   by build_mem_type_table() (the result being that some have more
   than one combination.)

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/include/asm/pgtable.h
arch/arm/mm/copypage-v4mc.c
arch/arm/mm/copypage-xscale.c
arch/arm/mm/fault-armv.c
arch/arm/mm/mmu.c