mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-26 23:08:38 +08:00
Added comments for addition of is_fp flag to _CPU_Context_Initialize.
This commit is contained in:
@@ -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, \
|
||||
|
||||
Reference in New Issue
Block a user