sh: New extended page flag to wire/unwire TLB entries
authorMatt Fleming <matt@console-pimps.org>
Tue, 17 Nov 2009 21:05:31 +0000 (21:05 +0000)
committerMatt Fleming <matt@console-pimps.org>
Sat, 16 Jan 2010 14:28:57 +0000 (14:28 +0000)
commit8eda55142080f0373b1f0268fe6d6807f193e713
tree6d103af69153dc5bfd78ebe89930cf3c66ec5b2b
parent7dcaa8e8e67b2cfbe0097c9bb52e23aed5443b8b
sh: New extended page flag to wire/unwire TLB entries

Provide a new extended page flag, _PAGE_WIRED and an SH4 implementation
for wiring TLB entries and use it in the fixmap code path so that we can
wire the fixmap TLB entry.

Signed-off-by: Matt Fleming <matt@console-pimps.org>
arch/sh/include/asm/pgtable_32.h
arch/sh/include/asm/tlb.h
arch/sh/include/cpu-sh4/cpu/mmu_context.h
arch/sh/mm/tlb-pteaex.c
arch/sh/mm/tlb-sh4.c