2004-04-13 Ralf Corsepius <ralf_corsepius@rtems.org>

* mpc505/ictrl/ictrl.c, mpc505/vectors/vectors.S,
	mpc6xx/exceptions/raw_exception.c,
	mpc8260/exceptions/raw_exception.c,
	mpc8xx/exceptions/raw_exception.c, rtems/powerpc/cache.h,
	mpc5xx/ictrl/ictrl.c, mpc5xx/exceptions/raw_exception.c: Include
	<rtems/score/powerpc.h> instead of <rtems/score/ppc.h>.
This commit is contained in:
Ralf Corsepius
2004-04-13 10:03:32 +00:00
parent 825808f893
commit f0f1641bff
9 changed files with 17 additions and 8 deletions

View File

@@ -21,7 +21,7 @@
* $Id$
*/
#include <rtems/system.h>
#include <rtems/score/ppc.h>
#include <rtems/score/powerpc.h>
#include <rtems/bspIo.h>
#include <libcpu/raw_exception.h>
#include <libcpu/cpuIdent.h>