added David Glessner's 68302 work.

This commit is contained in:
Joel Sherrill
1995-06-14 20:59:22 +00:00
parent 620d699c44
commit 68931b5dc1
2 changed files with 10 additions and 10 deletions

View File

@@ -50,13 +50,13 @@ void _CPU_Initialize(
_CPU_Thread_dispatch_pointer = thread_dispatch; _CPU_Thread_dispatch_pointer = thread_dispatch;
/* /*
* XXX; If there is not an easy way to initialize the FP context * If there is not an easy way to initialize the FP context
* during Context_Initialize, then it is usually easier to * during Context_Initialize, then it is usually easier to
* save an "uninitialized" FP context here and copy it to * save an "uninitialized" FP context here and copy it to
* the task's during Context_Initialize. * the task's during Context_Initialize.
*/ */
/* XXX: FP context initialization support */ /* FP context initialization support goes here */
_CPU_Table = *cpu_table; _CPU_Table = *cpu_table;
} }

View File

@@ -50,13 +50,13 @@ void _CPU_Initialize(
_CPU_Thread_dispatch_pointer = thread_dispatch; _CPU_Thread_dispatch_pointer = thread_dispatch;
/* /*
* XXX; If there is not an easy way to initialize the FP context * If there is not an easy way to initialize the FP context
* during Context_Initialize, then it is usually easier to * during Context_Initialize, then it is usually easier to
* save an "uninitialized" FP context here and copy it to * save an "uninitialized" FP context here and copy it to
* the task's during Context_Initialize. * the task's during Context_Initialize.
*/ */
/* XXX: FP context initialization support */ /* FP context initialization support goes here */
_CPU_Table = *cpu_table; _CPU_Table = *cpu_table;
} }