diff options
author | Marian Balakowicz | 2006-03-14 16:02:31 +0100 |
---|---|---|
committer | Marian Balakowicz | 2006-03-14 16:02:31 +0100 |
commit | cd94ba397ed9c7d06578977d6c34c24732b2a9f1 (patch) | |
tree | 232b73e5829779148efcda36a3dadeac148ba2bd /include/common.h | |
parent | a7c66ad2e52b49a7cf5efb9665dd0527db96ea29 (diff) |
Add Dcbz(), Dcbi() and Dcbf() routines for MPC83xx.
Diffstat (limited to 'include/common.h')
-rw-r--r-- | include/common.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h index d2570a803ea..5d8b15628b5 100644 --- a/include/common.h +++ b/include/common.h @@ -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); |