summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1995-06-14 20:59:22 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1995-06-14 20:59:22 +0000
commit68931b5dc1b9f875bbaf6efbf206b90e6c0275ed (patch)
tree7251acddadd6f559a824c84c199d890ed2b82a2a /cpukit/score/cpu
parentadded David Glessner's 68302 work to ACKNOWLEDGEMENTS. (diff)
downloadrtems-68931b5dc1b9f875bbaf6efbf206b90e6c0275ed.tar.bz2
added David Glessner's 68302 work.
Diffstat (limited to 'cpukit/score/cpu')
-rw-r--r--cpukit/score/cpu/no_cpu/cpu.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/cpukit/score/cpu/no_cpu/cpu.c b/cpukit/score/cpu/no_cpu/cpu.c
index f09d935c2d..4d14d231d7 100644
--- a/cpukit/score/cpu/no_cpu/cpu.c
+++ b/cpukit/score/cpu/no_cpu/cpu.c
@@ -50,13 +50,13 @@ void _CPU_Initialize(
_CPU_Thread_dispatch_pointer = thread_dispatch;
/*
- * XXX; If there is not an easy way to initialize the FP context
- * during Context_Initialize, then it is usually easier to
- * save an "uninitialized" FP context here and copy it to
- * the task's during Context_Initialize.
+ * If there is not an easy way to initialize the FP context
+ * during Context_Initialize, then it is usually easier to
+ * save an "uninitialized" FP context here and copy it to
+ * the task's during Context_Initialize.
*/
- /* XXX: FP context initialization support */
+ /* FP context initialization support goes here */
_CPU_Table = *cpu_table;
}