]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
powerpc/mpc85xx: Update TLB CAMs in relocated mode
authorAlexander Graf <agraf@suse.de>
Wed, 30 Apr 2014 17:21:12 +0000 (19:21 +0200)
committerYork Sun <yorksun@freescale.com>
Tue, 13 May 2014 15:26:56 +0000 (08:26 -0700)
commitf13c9156a9b790fa1991ce41a7f9b7261ff85c33
tree6c81ff4d7b77ff474a9b07de2b56caff4a5a0350
parenta6c46b994d90f892b608b1b233a04f1fc54f7ab7
powerpc/mpc85xx: Update TLB CAMs in relocated mode

We want to use the TLB mapping helpers in relocated mode as well. These helpers
need to have awareness of already occupied TLB entries. We already had them in
sync in non-relocated mode, but need to resync them when we move into relocated.

Signed-off-by: Alexander Graf <agraf@suse.de>
arch/powerpc/cpu/mpc85xx/cpu_init.c