summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-08-06 20:16:44 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-08-06 20:16:44 +0000
commit6f197f4bd6fe8e6468937aa47c7f922d96bb77e2 (patch)
tree49a7213d83b8214ef5481d05ef246df497002b23 /cpukit
parent2002-08-06 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-6f197f4bd6fe8e6468937aa47c7f922d96bb77e2.tar.bz2
2002-08-06 Joel Sherrill <joel@OARcorp.com>
* asm.h, rtems/score/cpu.h: Correct items that have changed since RTEMS version or32 port was based upon.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/score/cpu/or32/ChangeLog5
-rw-r--r--cpukit/score/cpu/or32/asm.h2
-rw-r--r--cpukit/score/cpu/or32/rtems/asm.h2
-rw-r--r--cpukit/score/cpu/or32/rtems/score/cpu.h4
4 files changed, 9 insertions, 4 deletions
diff --git a/cpukit/score/cpu/or32/ChangeLog b/cpukit/score/cpu/or32/ChangeLog
index f00e539d68..5464bc777d 100644
--- a/cpukit/score/cpu/or32/ChangeLog
+++ b/cpukit/score/cpu/or32/ChangeLog
@@ -1,3 +1,8 @@
+2002-08-06 Joel Sherrill <joel@OARcorp.com>
+
+ * asm.h, rtems/score/cpu.h: Correct items that have changed since
+ RTEMS version or32 port was based upon.
+
2002-08-05 Chris Ziomkowski <chris@asics.ws>
* asm.h, cpu.c, cpu_asm.c, rtems/score/cpu.h, rtems/score/or32.h,
diff --git a/cpukit/score/cpu/or32/asm.h b/cpukit/score/cpu/or32/asm.h
index 945c98f6c6..ddb6264d6f 100644
--- a/cpukit/score/cpu/or32/asm.h
+++ b/cpukit/score/cpu/or32/asm.h
@@ -34,7 +34,7 @@
#define ASM
#endif
#include <rtems/score/targopts.h>
-#include <rtems/score/or1k.h>
+#include <rtems/score/or32.h>
/*
* Recent versions of GNU cpp define variables which indicate the
diff --git a/cpukit/score/cpu/or32/rtems/asm.h b/cpukit/score/cpu/or32/rtems/asm.h
index 945c98f6c6..ddb6264d6f 100644
--- a/cpukit/score/cpu/or32/rtems/asm.h
+++ b/cpukit/score/cpu/or32/rtems/asm.h
@@ -34,7 +34,7 @@
#define ASM
#endif
#include <rtems/score/targopts.h>
-#include <rtems/score/or1k.h>
+#include <rtems/score/or32.h>
/*
* Recent versions of GNU cpp define variables which indicate the
diff --git a/cpukit/score/cpu/or32/rtems/score/cpu.h b/cpukit/score/cpu/or32/rtems/score/cpu.h
index 05894020dd..2adb7d6566 100644
--- a/cpukit/score/cpu/or32/rtems/score/cpu.h
+++ b/cpukit/score/cpu/or32/rtems/score/cpu.h
@@ -23,9 +23,9 @@
extern "C" {
#endif
-#include "rtems/score/or1k.h" /* pick up machine definitions */
+#include "rtems/score/or32.h" /* pick up machine definitions */
#ifndef ASM
-#include "rtems/score/or1ktypes.h"
+#include "rtems/score/types.h"
#endif
/* conditional compilation parameters */