From 4a2b4f0b6134e8a7db956ce5787e62eebe718c69 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 5 Jul 2002 18:10:25 +0000 Subject: 2002-07-05 Joel Sherrill * cpu.c, irq.c, rtems/score/cpu.h: Filled in something that was marked XXX. --- c/src/exec/score/cpu/c4x/ChangeLog | 5 +++++ c/src/exec/score/cpu/c4x/cpu.c | 2 +- c/src/exec/score/cpu/c4x/irq.c | 2 +- c/src/exec/score/cpu/c4x/rtems/score/cpu.h | 5 ++--- 4 files changed, 9 insertions(+), 5 deletions(-) (limited to 'c/src/exec/score/cpu/c4x') diff --git a/c/src/exec/score/cpu/c4x/ChangeLog b/c/src/exec/score/cpu/c4x/ChangeLog index 61cbafe456..9682f57b5b 100644 --- a/c/src/exec/score/cpu/c4x/ChangeLog +++ b/c/src/exec/score/cpu/c4x/ChangeLog @@ -1,3 +1,8 @@ +2002-07-05 Joel Sherrill + + * cpu.c, irq.c, rtems/score/cpu.h: Filled in something that was + marked XXX. + 2002-07-05 Ralf Corsepius * configure.ac: RTEMS_TOP(../../../..). diff --git a/c/src/exec/score/cpu/c4x/cpu.c b/c/src/exec/score/cpu/c4x/cpu.c index cf5350b579..44d43f837a 100644 --- a/c/src/exec/score/cpu/c4x/cpu.c +++ b/c/src/exec/score/cpu/c4x/cpu.c @@ -1,5 +1,5 @@ /* - * XXX CPU Dependent Source + * C4x CPU Dependent Source * * * COPYRIGHT (c) 1989-1999. diff --git a/c/src/exec/score/cpu/c4x/irq.c b/c/src/exec/score/cpu/c4x/irq.c index 917198ef0c..055bae40c4 100644 --- a/c/src/exec/score/cpu/c4x/irq.c +++ b/c/src/exec/score/cpu/c4x/irq.c @@ -1,5 +1,5 @@ /* - * XXX CPU Dependent Source + * C4x CPU Dependent Source * * * COPYRIGHT (c) 1989-1999. diff --git a/c/src/exec/score/cpu/c4x/rtems/score/cpu.h b/c/src/exec/score/cpu/c4x/rtems/score/cpu.h index 3de5b41bd3..f42895c4f1 100644 --- a/c/src/exec/score/cpu/c4x/rtems/score/cpu.h +++ b/c/src/exec/score/cpu/c4x/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 C4x * processor. * * COPYRIGHT (c) 1989-1999. @@ -100,9 +100,8 @@ extern "C" { * * C4x Specific Information: * - * XXXanswer - * * Initial investigation indicates a software managed stack will be needed. + * But the implementation does not currently include support for one. */ #define CPU_HAS_SOFTWARE_INTERRUPT_STACK FALSE -- cgit v1.2.3