From 90550fe52b7c6544156fbcca2b7ae83695f06542 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 29 Sep 2004 20:32:16 +0000 Subject: 2004-09-29 Joel Sherrill * rtems/score/cpu.h: i960 obsoleted and all references removed. --- cpukit/score/cpu/arm/ChangeLog | 4 ++++ cpukit/score/cpu/arm/rtems/score/cpu.h | 5 +---- cpukit/score/cpu/avr/ChangeLog | 4 ++++ cpukit/score/cpu/avr/rtems/score/cpu.h | 5 +---- cpukit/score/cpu/c4x/ChangeLog | 4 ++++ cpukit/score/cpu/c4x/rtems/score/cpu.h | 5 +---- cpukit/score/cpu/h8300/ChangeLog | 4 ++++ cpukit/score/cpu/h8300/rtems/score/cpu.h | 5 +---- cpukit/score/cpu/mips/ChangeLog | 4 ++++ cpukit/score/cpu/mips/rtems/score/cpu.h | 5 +---- cpukit/score/cpu/no_cpu/ChangeLog | 4 ++++ cpukit/score/cpu/no_cpu/rtems/score/cpu.h | 5 +---- cpukit/score/cpu/or32/ChangeLog | 4 ++++ cpukit/score/cpu/or32/rtems/score/cpu.h | 6 +----- cpukit/score/cpu/sh/ChangeLog | 4 ++++ cpukit/score/cpu/sh/rtems/score/cpu.h | 5 +---- cpukit/score/cpu/unix/ChangeLog | 4 ++++ cpukit/score/cpu/unix/rtems/score/cpu.h | 5 +---- 18 files changed, 45 insertions(+), 37 deletions(-) (limited to 'cpukit') 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 + + * rtems/score/cpu.h: i960 obsoleted and all references removed. + 2004-08-19 Jay Monkman 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 + + * rtems/score/cpu.h: i960 obsoleted and all references removed. + 2004-09-23 Ralf Corsepius * 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 + + * rtems/score/cpu.h: i960 obsoleted and all references removed. + 2004-04-06 Ralf Corsepius * 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 + + * rtems/score/cpu.h: i960 obsoleted and all references removed. + 2004-04-06 Ralf Corsepius * 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 + + * rtems/score/cpu.h: i960 obsoleted and all references removed. + 2004-07-25 Joel Sherrill * 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 + + * rtems/score/cpu.h: i960 obsoleted and all references removed. + 2004-04-06 Ralf Corsepius * 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 + + * rtems/score/cpu.h: i960 obsoleted and all references removed. + 2004-04-06 Ralf Corsepius * 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 + + * rtems/score/cpu.h: i960 obsoleted and all references removed. + 2004-04-06 Ralf Corsepius * 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 + + * rtems/score/cpu.h: i960 obsoleted and all references removed. + 2004-04-13 Ralf Corsepius * 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. */ -- cgit v1.2.3