From 2540208c6635fea9c6a1cddb5820815ec8b2e0b9 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 5 Jul 2002 18:09:59 +0000 Subject: 2002-07-05 Joel Sherrill * rtems/score/cpu.h: Filled in something that was marked XXX. --- cpukit/score/cpu/a29k/ChangeLog | 4 ++++ cpukit/score/cpu/a29k/rtems/score/cpu.h | 2 +- cpukit/score/cpu/arm/ChangeLog | 4 ++++ cpukit/score/cpu/arm/rtems/score/cpu.h | 2 +- cpukit/score/cpu/h8300/ChangeLog | 4 ++++ cpukit/score/cpu/h8300/rtems/score/cpu.h | 2 +- 6 files changed, 15 insertions(+), 3 deletions(-) (limited to 'cpukit') diff --git a/cpukit/score/cpu/a29k/ChangeLog b/cpukit/score/cpu/a29k/ChangeLog index 6e34990bed..0b516b2df7 100644 --- a/cpukit/score/cpu/a29k/ChangeLog +++ b/cpukit/score/cpu/a29k/ChangeLog @@ -1,3 +1,7 @@ +2002-07-05 Joel Sherrill + + * rtems/score/cpu.h: Filled in something that was marked XXX. + 2002-07-05 Ralf Corsepius * configure.ac: RTEMS_TOP(../../../..). diff --git a/cpukit/score/cpu/a29k/rtems/score/cpu.h b/cpukit/score/cpu/a29k/rtems/score/cpu.h index a20543f0d2..10c7be3b3f 100644 --- a/cpukit/score/cpu/a29k/rtems/score/cpu.h +++ b/cpukit/score/cpu/a29k/rtems/score/cpu.h @@ -441,7 +441,7 @@ typedef struct { /* * The following table contains the information required to configure - * the XXX processor specific parameters. + * the a29K processor specific parameters. * * NOTE: The interrupt_stack_size field is required if * CPU_ALLOCATE_INTERRUPT_STACK is defined as TRUE. diff --git a/cpukit/score/cpu/arm/ChangeLog b/cpukit/score/cpu/arm/ChangeLog index a64a7b5db1..e3499a1546 100644 --- a/cpukit/score/cpu/arm/ChangeLog +++ b/cpukit/score/cpu/arm/ChangeLog @@ -1,3 +1,7 @@ +2002-07-05 Joel Sherrill + + * rtems/score/cpu.h: Filled in something that was marked XXX. + 2002-07-05 Ralf Corsepius * configure.ac: RTEMS_TOP(../../../..). diff --git a/cpukit/score/cpu/arm/rtems/score/cpu.h b/cpukit/score/cpu/arm/rtems/score/cpu.h index a626068e2c..8e4afea4ed 100644 --- a/cpukit/score/cpu/arm/rtems/score/cpu.h +++ b/cpukit/score/cpu/arm/rtems/score/cpu.h @@ -367,7 +367,7 @@ typedef CPU_Exception_frame CPU_Interrupt_frame; /* * The following table contains the information required to configure - * the XXX processor specific parameters. + * the ARM processor specific parameters. */ typedef struct { diff --git a/cpukit/score/cpu/h8300/ChangeLog b/cpukit/score/cpu/h8300/ChangeLog index fdc562ae6d..6d9bc588a0 100644 --- a/cpukit/score/cpu/h8300/ChangeLog +++ b/cpukit/score/cpu/h8300/ChangeLog @@ -1,3 +1,7 @@ +2002-07-05 Joel Sherrill + + * rtems/score/cpu.h: Filled in something that was marked XXX. + 2002-07-05 Ralf Corsepius * configure.ac: RTEMS_TOP(../../../..). diff --git a/cpukit/score/cpu/h8300/rtems/score/cpu.h b/cpukit/score/cpu/h8300/rtems/score/cpu.h index b7e2aa0573..fc3a4011f3 100644 --- a/cpukit/score/cpu/h8300/rtems/score/cpu.h +++ b/cpukit/score/cpu/h8300/rtems/score/cpu.h @@ -1,6 +1,6 @@ /* cpu.h * - * This include file contains information pertaining to the XXX + * This include file contains information pertaining to the H8300 * processor. * * COPYRIGHT (c) 1989-1999. -- cgit v1.2.3