summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/mpc8xx/exceptions/raw_exception.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-18 20:55:37 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-18 20:55:37 +0000
commita73a977d73a4d24363d021c3d07920023353324f (patch)
tree48d8319be10c0bb4823a469c6a5d8e74c2979dd1 /c/src/lib/libcpu/powerpc/mpc8xx/exceptions/raw_exception.c
parent2002-04-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-a73a977d73a4d24363d021c3d07920023353324f.tar.bz2
2002-04-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* shared/include/cpu.h: Removed. * shared/include/Makefile.am: Reflect changes above. * shared/include/spr.h: Include rtems/powerpc/registers.h instead of libcpu/cpu.h. * mpc6xx/clock/c_clock.c: Reflect changes to <rtems/score/cpu.h>. * mpc6xx/exceptions/asm_utils.S: Ditto. * mpc6xx/exceptions/raw_exception.c: Ditto. * mpc6xx/mmu/mmuAsm.S: Ditto. * mpc6xx/timer/timer.c: Ditto. * mpc8260/exceptions/asm_utils.S: Ditto. * mpc8260/exceptions/raw_exception.c: Ditto. * mpc8xx/exceptions/asm_utils.S: Ditto. * mpc8xx/exceptions/raw_exception.c: Ditto. * ppc403/vectors/vectors.S: Include <asm.h> instead of "asm.h".
Diffstat (limited to 'c/src/lib/libcpu/powerpc/mpc8xx/exceptions/raw_exception.c')
-rw-r--r--c/src/lib/libcpu/powerpc/mpc8xx/exceptions/raw_exception.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/c/src/lib/libcpu/powerpc/mpc8xx/exceptions/raw_exception.c b/c/src/lib/libcpu/powerpc/mpc8xx/exceptions/raw_exception.c
index c983e5c26d..30e58068b0 100644
--- a/c/src/lib/libcpu/powerpc/mpc8xx/exceptions/raw_exception.c
+++ b/c/src/lib/libcpu/powerpc/mpc8xx/exceptions/raw_exception.c
@@ -17,13 +17,13 @@
*
* $Id$
*/
-#include <rtems/score/targopts.h>
-#include <rtems/score/ppc.h>
+
#include <rtems/system.h>
#include <rtems/score/cpu.h>
+#include <rtems/score/ppc.h>
#include <libcpu/raw_exception.h>
-#include <libcpu/cpu.h>
#include <libcpu/cpuIdent.h>
+#include <rtems/bspIo.h> /* for printk */
static rtems_raw_except_connect_data* raw_except_table;
static rtems_raw_except_connect_data default_raw_except_entry;