summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/shared/start
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-18 20:55:13 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-18 20:55:13 +0000
commitcd35cf9fb3eb0d3af1fe56102db7e46ace3f1e5d (patch)
treefe76fd577d11b153bf0817edd1f529f2eef14702 /c/src/lib/libbsp/powerpc/shared/start
parent2002-04-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-cd35cf9fb3eb0d3af1fe56102db7e46ace3f1e5d.tar.bz2
2002-04-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* bootloader/exception.S: Reflect changes to <rtems/score/cpu.h>. * bootloader/head.S: Ditto. * bootloader/misc.c: Ditto. * console/polled_io.c: Ditto. * irq/irq.c: Ditto. * irq/irq_asm.S: Ditto. * irq/irq_init.c: Include <rtems/bspIo.h>. * start/start.S: Reflect changes to <rtems/score/cpu.h>. * vectors/vectors.S: Ditto.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/shared/start')
-rw-r--r--c/src/lib/libbsp/powerpc/shared/start/start.S5
1 files changed, 2 insertions, 3 deletions
diff --git a/c/src/lib/libbsp/powerpc/shared/start/start.S b/c/src/lib/libbsp/powerpc/shared/start/start.S
index 845dbf7d58..f2cedc9a6c 100644
--- a/c/src/lib/libbsp/powerpc/shared/start/start.S
+++ b/c/src/lib/libbsp/powerpc/shared/start/start.S
@@ -11,10 +11,9 @@
*
*/
-#include <libcpu/cpu.h>
+#include <asm.h>
+#include <rtems/score/cpu.h>
#include <libcpu/io.h>
-#include <asm.h> /* for targopts.h and PPC_HAS_FPU */
-#include <rtems/score/cpu.h> /* for CPU_MINIMUM_STACK_FRAME_SIZE */
#define SYNC \
sync; \