]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ppc/85xx: Add tracking of TLB CAM usage
authorKumar Gala <galak@kernel.crashing.org>
Thu, 12 Nov 2009 16:26:16 +0000 (10:26 -0600)
committerKumar Gala <galak@kernel.crashing.org>
Tue, 5 Jan 2010 19:49:08 +0000 (13:49 -0600)
commit94e9411b9dda182dd63d53ba6ea640c98b35db5f
tree99d2deb390f336c121fa536cf29db987f9983989
parentee53650dad2fede057e93fdf6f8cd72b29ef7cd0
ppc/85xx: Add tracking of TLB CAM usage

We need to track which TLB CAM entries are used to allow us to
"dynamically" allocate entries later in the code.  For example the SPD
DDR code today hard codes which TLB entries it uses.  We can now make
that pick entries that are free.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
cpu/mpc85xx/cpu_init.c
cpu/mpc85xx/tlb.c
include/asm-ppc/config.h
include/asm-ppc/global_data.h
include/asm-ppc/mmu.h