mpc86xx: Use SRR0/1/rfi to enable address translation, not blr
[oweals/u-boot.git] / cpu / mpc86xx / mp.h
1 #ifndef __MPC86XX_MP_H_
2 #define __MPC86XX_MP_H_
3
4 void setup_mp(void);
5 void cpu_mp_lmb_reserve(struct lmb *lmb);
6
7 #endif