summaryrefslogtreecommitdiffstats
path: root/c/src/exec
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-07-05 18:10:25 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-07-05 18:10:25 +0000
commit4a2b4f0b6134e8a7db956ce5787e62eebe718c69 (patch)
tree8122b7b271f6670975d8ee0121abd9c54084ad69 /c/src/exec
parent2002-07-05 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-4a2b4f0b6134e8a7db956ce5787e62eebe718c69.tar.bz2
2002-07-05 Joel Sherrill <joel@OARcorp.com>
* cpu.c, irq.c, rtems/score/cpu.h: Filled in something that was marked XXX.
Diffstat (limited to 'c/src/exec')
-rw-r--r--c/src/exec/score/cpu/c4x/ChangeLog5
-rw-r--r--c/src/exec/score/cpu/c4x/cpu.c2
-rw-r--r--c/src/exec/score/cpu/c4x/irq.c2
-rw-r--r--c/src/exec/score/cpu/c4x/rtems/score/cpu.h5
4 files changed, 9 insertions, 5 deletions
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 <joel@OARcorp.com>
+
+ * cpu.c, irq.c, rtems/score/cpu.h: Filled in something that was
+ marked XXX.
+
2002-07-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* 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