summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/exec/score/cpu/no_cpu/cpu.c10
-rw-r--r--cpukit/score/cpu/no_cpu/cpu.c10
2 files changed, 10 insertions, 10 deletions
diff --git a/c/src/exec/score/cpu/no_cpu/cpu.c b/c/src/exec/score/cpu/no_cpu/cpu.c
index f09d935c2d..4d14d231d7 100644
--- a/c/src/exec/score/cpu/no_cpu/cpu.c
+++ b/c/src/exec/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;
}
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;
}