Add Dcbz(), Dcbi() and Dcbf() routines for MPC83xx.

This commit is contained in:
Marian Balakowicz 2006-03-14 16:02:31 +01:00
parent a7c66ad2e5
commit cd94ba397e
3 changed files with 38 additions and 1 deletions

View file

@ -365,7 +365,8 @@ void trap_init (ulong);
defined (CONFIG_75x) || \
defined (CONFIG_74xx) || \
defined (CONFIG_MPC8220) || \
defined(CONFIG_MPC85xx)
defined (CONFIG_MPC85xx) || \
defined (CONFIG_MPC83XX)
unsigned char in8(unsigned int);
void out8(unsigned int, unsigned char);
unsigned short in16(unsigned int);