From 68931b5dc1b9f875bbaf6efbf206b90e6c0275ed Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 14 Jun 1995 20:59:22 +0000 Subject: added David Glessner's 68302 work. --- cpukit/score/cpu/no_cpu/cpu.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'cpukit/score/cpu/no_cpu/cpu.c') 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; } -- cgit v1.2.3