summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2004-09-29 20:32:16 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2004-09-29 20:32:16 +0000
commit90550fe52b7c6544156fbcca2b7ae83695f06542 (patch)
treeab600ecd31d2539caea630f52148fe4ddc79ef84
parent2004-09-29 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-90550fe52b7c6544156fbcca2b7ae83695f06542.tar.bz2
2004-09-29 Joel Sherrill <joel@OARcorp.com>
* rtems/score/cpu.h: i960 obsoleted and all references removed.
-rw-r--r--cpukit/score/cpu/arm/ChangeLog4
-rw-r--r--cpukit/score/cpu/arm/rtems/score/cpu.h5
-rw-r--r--cpukit/score/cpu/avr/ChangeLog4
-rw-r--r--cpukit/score/cpu/avr/rtems/score/cpu.h5
-rw-r--r--cpukit/score/cpu/c4x/ChangeLog4
-rw-r--r--cpukit/score/cpu/c4x/rtems/score/cpu.h5
-rw-r--r--cpukit/score/cpu/h8300/ChangeLog4
-rw-r--r--cpukit/score/cpu/h8300/rtems/score/cpu.h5
-rw-r--r--cpukit/score/cpu/mips/ChangeLog4
-rw-r--r--cpukit/score/cpu/mips/rtems/score/cpu.h5
-rw-r--r--cpukit/score/cpu/no_cpu/ChangeLog4
-rw-r--r--cpukit/score/cpu/no_cpu/rtems/score/cpu.h5
-rw-r--r--cpukit/score/cpu/or32/ChangeLog4
-rw-r--r--cpukit/score/cpu/or32/rtems/score/cpu.h6
-rw-r--r--cpukit/score/cpu/sh/ChangeLog4
-rw-r--r--cpukit/score/cpu/sh/rtems/score/cpu.h5
-rw-r--r--cpukit/score/cpu/unix/ChangeLog4
-rw-r--r--cpukit/score/cpu/unix/rtems/score/cpu.h5
18 files changed, 45 insertions, 37 deletions
diff --git a/cpukit/score/cpu/arm/ChangeLog b/cpukit/score/cpu/arm/ChangeLog
index 7d7dda4ef8..17699d41d5 100644
--- a/cpukit/score/cpu/arm/ChangeLog
+++ b/cpukit/score/cpu/arm/ChangeLog
@@ -1,3 +1,7 @@
+2004-09-29 Joel Sherrill <joel@OARcorp.com>
+
+ * rtems/score/cpu.h: i960 obsoleted and all references removed.
+
2004-08-19 Jay Monkman <jtm@lopingdog.com>
PR 671/bsps
diff --git a/cpukit/score/cpu/arm/rtems/score/cpu.h b/cpukit/score/cpu/arm/rtems/score/cpu.h
index bb855301c1..8733d4aadf 100644
--- a/cpukit/score/cpu/arm/rtems/score/cpu.h
+++ b/cpukit/score/cpu/arm/rtems/score/cpu.h
@@ -291,10 +291,7 @@ extern "C" {
#define CPU_MODES_INTERRUPT_MASK 0x000000c0
/*
- * Processor defined structures
- *
- * Examples structures include the descriptor tables from the i386
- * and the processor control structure on the i960ca.
+ * Processor defined structures required by cpukit/score.
*/
/* may need to put some structures here. */
diff --git a/cpukit/score/cpu/avr/ChangeLog b/cpukit/score/cpu/avr/ChangeLog
index 68cd368e43..68f7eafc7b 100644
--- a/cpukit/score/cpu/avr/ChangeLog
+++ b/cpukit/score/cpu/avr/ChangeLog
@@ -1,3 +1,7 @@
+2004-09-29 Joel Sherrill <joel@OARcorp.com>
+
+ * rtems/score/cpu.h: i960 obsoleted and all references removed.
+
2004-09-23 Ralf Corsepius <ralf_corsepius@rtems.org>
* rtems/score/types.h, rtems/score/cpu.h, rtems/score/cpu_asm.h,
diff --git a/cpukit/score/cpu/avr/rtems/score/cpu.h b/cpukit/score/cpu/avr/rtems/score/cpu.h
index d51195e240..02065aefb7 100644
--- a/cpukit/score/cpu/avr/rtems/score/cpu.h
+++ b/cpukit/score/cpu/avr/rtems/score/cpu.h
@@ -356,10 +356,7 @@ extern "C" {
#define CPU_MODES_INTERRUPT_MASK 0x00000001
/*
- * Processor defined structures
- *
- * Examples structures include the descriptor tables from the i386
- * and the processor control structure on the i960ca.
+ * Processor defined structures required for cpukit/score.
*
* NO_CPU Specific Information:
*
diff --git a/cpukit/score/cpu/c4x/ChangeLog b/cpukit/score/cpu/c4x/ChangeLog
index 9b10463e6d..1171724eeb 100644
--- a/cpukit/score/cpu/c4x/ChangeLog
+++ b/cpukit/score/cpu/c4x/ChangeLog
@@ -1,3 +1,7 @@
+2004-09-29 Joel Sherrill <joel@OARcorp.com>
+
+ * rtems/score/cpu.h: i960 obsoleted and all references removed.
+
2004-04-06 Ralf Corsepius <ralf_corsepius@rtems.org>
* configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
diff --git a/cpukit/score/cpu/c4x/rtems/score/cpu.h b/cpukit/score/cpu/c4x/rtems/score/cpu.h
index f2ed61319f..cca02e6d73 100644
--- a/cpukit/score/cpu/c4x/rtems/score/cpu.h
+++ b/cpukit/score/cpu/c4x/rtems/score/cpu.h
@@ -373,10 +373,7 @@ extern "C" {
#define CPU_MODES_INTERRUPT_MASK 0x000000FF
/*
- * Processor defined structures
- *
- * Examples structures include the descriptor tables from the i386
- * and the processor control structure on the i960ca.
+ * Processor defined structures required for cpukit/score.
*
* C4x Specific Information:
*
diff --git a/cpukit/score/cpu/h8300/ChangeLog b/cpukit/score/cpu/h8300/ChangeLog
index b6192d6643..2b3ce83d94 100644
--- a/cpukit/score/cpu/h8300/ChangeLog
+++ b/cpukit/score/cpu/h8300/ChangeLog
@@ -1,3 +1,7 @@
+2004-09-29 Joel Sherrill <joel@OARcorp.com>
+
+ * rtems/score/cpu.h: i960 obsoleted and all references removed.
+
2004-04-06 Ralf Corsepius <ralf_corsepius@rtems.org>
* configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
diff --git a/cpukit/score/cpu/h8300/rtems/score/cpu.h b/cpukit/score/cpu/h8300/rtems/score/cpu.h
index 1f80c36f78..79434ebe65 100644
--- a/cpukit/score/cpu/h8300/rtems/score/cpu.h
+++ b/cpukit/score/cpu/h8300/rtems/score/cpu.h
@@ -322,10 +322,7 @@ extern "C" {
#define CPU_MODES_INTERRUPT_MASK 0x00000001
/*
- * Processor defined structures
- *
- * Examples structures include the descriptor tables from the i386
- * and the processor control structure on the i960ca.
+ * Processor defined structures required for cpukit/score.
*
* H8300 Specific Information:
*
diff --git a/cpukit/score/cpu/mips/ChangeLog b/cpukit/score/cpu/mips/ChangeLog
index b1186028c0..f18b05e0e0 100644
--- a/cpukit/score/cpu/mips/ChangeLog
+++ b/cpukit/score/cpu/mips/ChangeLog
@@ -1,3 +1,7 @@
+2004-09-29 Joel Sherrill <joel@OARcorp.com>
+
+ * rtems/score/cpu.h: i960 obsoleted and all references removed.
+
2004-07-25 Joel Sherrill <joel@OARcorp.com>
* cpu_asm.S: Remove use of C++ style comments and make this compile
diff --git a/cpukit/score/cpu/mips/rtems/score/cpu.h b/cpukit/score/cpu/mips/rtems/score/cpu.h
index 5e104526f1..b42fc9311c 100644
--- a/cpukit/score/cpu/mips/rtems/score/cpu.h
+++ b/cpukit/score/cpu/mips/rtems/score/cpu.h
@@ -310,10 +310,7 @@ extern "C" {
#define CPU_MODES_INTERRUPT_MASK 0x000000ff
/*
- * Processor defined structures
- *
- * Examples structures include the descriptor tables from the i386
- * and the processor control structure on the i960ca.
+ * Processor defined structures required for cpukit/score.
*/
/* may need to put some structures here. */
diff --git a/cpukit/score/cpu/no_cpu/ChangeLog b/cpukit/score/cpu/no_cpu/ChangeLog
index 73950edf36..bb502f36e4 100644
--- a/cpukit/score/cpu/no_cpu/ChangeLog
+++ b/cpukit/score/cpu/no_cpu/ChangeLog
@@ -1,3 +1,7 @@
+2004-09-29 Joel Sherrill <joel@OARcorp.com>
+
+ * rtems/score/cpu.h: i960 obsoleted and all references removed.
+
2004-04-06 Ralf Corsepius <ralf_corsepius@rtems.org>
* configure.ac: Remove (Merged into$(top_srcdir)/configure.ac).
diff --git a/cpukit/score/cpu/no_cpu/rtems/score/cpu.h b/cpukit/score/cpu/no_cpu/rtems/score/cpu.h
index 55534f7182..0c56f78232 100644
--- a/cpukit/score/cpu/no_cpu/rtems/score/cpu.h
+++ b/cpukit/score/cpu/no_cpu/rtems/score/cpu.h
@@ -356,10 +356,7 @@ extern "C" {
#define CPU_MODES_INTERRUPT_MASK 0x00000001
/*
- * Processor defined structures
- *
- * Examples structures include the descriptor tables from the i386
- * and the processor control structure on the i960ca.
+ * Processor defined structures required for cpukit/score.
*
* NO_CPU Specific Information:
*
diff --git a/cpukit/score/cpu/or32/ChangeLog b/cpukit/score/cpu/or32/ChangeLog
index ada0f77fae..4f25a3289d 100644
--- a/cpukit/score/cpu/or32/ChangeLog
+++ b/cpukit/score/cpu/or32/ChangeLog
@@ -1,3 +1,7 @@
+2004-09-29 Joel Sherrill <joel@OARcorp.com>
+
+ * rtems/score/cpu.h: i960 obsoleted and all references removed.
+
2004-04-06 Ralf Corsepius <ralf_corsepius@rtems.org>
* configure.ac: Remove (Merged into$(top_srcdir)/configure.ac).
diff --git a/cpukit/score/cpu/or32/rtems/score/cpu.h b/cpukit/score/cpu/or32/rtems/score/cpu.h
index 1fe9218c76..14b2d805b6 100644
--- a/cpukit/score/cpu/or32/rtems/score/cpu.h
+++ b/cpukit/score/cpu/or32/rtems/score/cpu.h
@@ -330,11 +330,7 @@ extern "C" {
#define CPU_MODES_INTERRUPT_MASK 0x00000001
/*
- * Processor defined structures
- *
- * Examples structures include the descriptor tables from the i386
- * and the processor control structure on the i960ca.
- *
+ * Processor defined structures required for cpukit/score.
*/
diff --git a/cpukit/score/cpu/sh/ChangeLog b/cpukit/score/cpu/sh/ChangeLog
index fb46590955..c79e451b7f 100644
--- a/cpukit/score/cpu/sh/ChangeLog
+++ b/cpukit/score/cpu/sh/ChangeLog
@@ -1,3 +1,7 @@
+2004-09-29 Joel Sherrill <joel@OARcorp.com>
+
+ * rtems/score/cpu.h: i960 obsoleted and all references removed.
+
2004-04-06 Ralf Corsepius <ralf_corsepius@rtems.org>
* configure.ac: Remove (Merged into$(top_srcdir)/configure.ac).
diff --git a/cpukit/score/cpu/sh/rtems/score/cpu.h b/cpukit/score/cpu/sh/rtems/score/cpu.h
index db209875b7..eaa3898d62 100644
--- a/cpukit/score/cpu/sh/rtems/score/cpu.h
+++ b/cpukit/score/cpu/sh/rtems/score/cpu.h
@@ -288,10 +288,7 @@ extern "C" {
#define CPU_MODES_INTERRUPT_MASK 0x0000000f
/*
- * Processor defined structures
- *
- * Examples structures include the descriptor tables from the i386
- * and the processor control structure on the i960ca.
+ * Processor defined structures required for cpukit/score.
*/
/* may need to put some structures here. */
diff --git a/cpukit/score/cpu/unix/ChangeLog b/cpukit/score/cpu/unix/ChangeLog
index 80d0db7c68..cd849914a9 100644
--- a/cpukit/score/cpu/unix/ChangeLog
+++ b/cpukit/score/cpu/unix/ChangeLog
@@ -1,3 +1,7 @@
+2004-09-29 Joel Sherrill <joel@OARcorp.com>
+
+ * rtems/score/cpu.h: i960 obsoleted and all references removed.
+
2004-04-13 Ralf Corsepius <ralf_corsepius@rtems.org>
* asm.h: New (stub file. For consistency with other ports, only).
diff --git a/cpukit/score/cpu/unix/rtems/score/cpu.h b/cpukit/score/cpu/unix/rtems/score/cpu.h
index 901b5b5af1..23e62417d1 100644
--- a/cpukit/score/cpu/unix/rtems/score/cpu.h
+++ b/cpukit/score/cpu/unix/rtems/score/cpu.h
@@ -297,10 +297,7 @@ extern "C" {
#define CPU_NAME "UNIX"
/*
- * Processor defined structures
- *
- * Examples structures include the descriptor tables from the i386
- * and the processor control structure on the i960ca.
+ * Processor defined structures required for cpukit/score.
*/
/* may need to put some structures here. */