85xx: Introduce new tlb API
authorKumar Gala <galak@kernel.crashing.org>
Thu, 17 Jan 2008 04:33:22 +0000 (22:33 -0600)
committerKumar Gala <galak@kernel.crashing.org>
Thu, 17 Jan 2008 08:04:07 +0000 (02:04 -0600)
commit44a23cfd6360a68eaa41f945190618a55519eac3
treede0fba321ba3ebe9bba235490fd94e82a2576c82
parentc8c41d4a80b1a8ad5984a287d81ea780496259f8
85xx: Introduce new tlb API

Add a set of functions to manipulate TLB entries:
 * set_tlb() - write a tlb entry
 * invalidate_tlb() - invalidate a tlb array
 * disable_tlb() - disable a variable size tlb entry
 * init_tlbs() - setup initial tlbs based on static table

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
cpu/mpc85xx/Makefile
cpu/mpc85xx/spd_sdram.c
cpu/mpc85xx/tlb.c [new file with mode: 0644]
include/asm-ppc/mmu.h