From e88d2db77e39cf8ecd944fe64ec0212af99e3e5f Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 5 Dec 1995 21:41:21 +0000 Subject: Added comments for addition of is_fp flag to _CPU_Context_Initialize. --- c/src/exec/score/cpu/no_cpu/cpu.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'c/src/exec/score') diff --git a/c/src/exec/score/cpu/no_cpu/cpu.h b/c/src/exec/score/cpu/no_cpu/cpu.h index cda536249d..8c60ea3ece 100644 --- a/c/src/exec/score/cpu/no_cpu/cpu.h +++ b/c/src/exec/score/cpu/no_cpu/cpu.h @@ -534,6 +534,11 @@ EXTERN void (*_CPU_Thread_dispatch_pointer)(); * This routine generally does not set any unnecessary register * in the context. The state of the "general data" registers is * undefined at task start time. + * + * NOTE: This is_fp parameter is TRUE if the thread is to be a floating + * point thread. This is typically only used on CPUs where the + * FPU may be easily disabled by software such as on the SPARC + * where the PSR contains an enable FPU bit. */ #define _CPU_Context_Initialize( _the_context, _stack_base, _size, \ -- cgit v1.2.3