forked from Imagelibrary/rtems
@@ -22,6 +22,12 @@
|
||||
#include <rtems/score/tls.h>
|
||||
#include <rtems/rtems/cache.h>
|
||||
|
||||
#if (SPARC_HAS_FPU == 1)
|
||||
Context_Control_fp _CPU_Null_fp_context;
|
||||
#endif
|
||||
|
||||
volatile uint32_t _CPU_ISR_Dispatch_disable;
|
||||
|
||||
/*
|
||||
* _CPU_Initialize
|
||||
*
|
||||
|
||||
@@ -547,7 +547,7 @@ typedef struct {
|
||||
* context area during _CPU_Context_Initialize.
|
||||
*/
|
||||
|
||||
SCORE_EXTERN Context_Control_fp _CPU_Null_fp_context;
|
||||
extern Context_Control_fp _CPU_Null_fp_context;
|
||||
|
||||
/*
|
||||
* This flag is context switched with each thread. It indicates
|
||||
@@ -556,7 +556,7 @@ SCORE_EXTERN Context_Control_fp _CPU_Null_fp_context;
|
||||
* attempts on a previously interrupted thread's stack.
|
||||
*/
|
||||
|
||||
SCORE_EXTERN volatile uint32_t _CPU_ISR_Dispatch_disable;
|
||||
extern volatile uint32_t _CPU_ISR_Dispatch_disable;
|
||||
|
||||
/*
|
||||
* The following type defines an entry in the SPARC's trap table.
|
||||
|
||||
Reference in New Issue
Block a user