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>
master
Alexander Graf 10 years ago committed by York Sun
parent a6c46b994d
commit f13c9156a9
  1. 1
      arch/powerpc/cpu/mpc85xx/cpu_init.c

@ -895,6 +895,7 @@ skip_l2:
}
#endif
init_used_tlb_cams();
return 0;
}

Loading…
Cancel
Save