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

* flashentry/flashentry.S: Include <rtems/score/powerpc.h> instead of
	<rtems/score/ppc.h>.
This commit is contained in:
Ralf Corsepius
2004-04-13 10:14:51 +00:00
parent f0f1641bff
commit 329a2c1419
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2004-04-13 Ralf Corsepius <ralf_corsepius@rtems.org>
* flashentry/flashentry.S: Include <rtems/score/powerpc.h> instead of
<rtems/score/ppc.h>.
2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>
* dlentry/dlentry.S: Include <rtems/asm.h> instead of <asm.h>.

View File

@@ -33,8 +33,8 @@
*/
#include <rtems/asm.h>
#include <rtems/score/ppc.h>
#include <rtems/score/powerpc.h>
/*----------------------------------------------------------------------------
* Reset_entry.
*---------------------------------------------------------------------------*/