forked from Imagelibrary/rtems
added boolean to indicate whether or not the stack area was provided
by the api.
This commit is contained in:
@@ -70,6 +70,7 @@ typedef struct {
|
||||
boolean is_timeslice;
|
||||
unsigned32 isr_level;
|
||||
Priority_Control initial_priority; /* initial priority */
|
||||
boolean core_allocated_stack;
|
||||
Stack_Control Initial_stack; /* stack information */
|
||||
void *fp_context; /* initial FP context area address */
|
||||
void *stack; /* initial FP context area address */
|
||||
|
||||
@@ -70,6 +70,7 @@ typedef struct {
|
||||
boolean is_timeslice;
|
||||
unsigned32 isr_level;
|
||||
Priority_Control initial_priority; /* initial priority */
|
||||
boolean core_allocated_stack;
|
||||
Stack_Control Initial_stack; /* stack information */
|
||||
void *fp_context; /* initial FP context area address */
|
||||
void *stack; /* initial FP context area address */
|
||||
|
||||
@@ -70,6 +70,7 @@ typedef struct {
|
||||
boolean is_timeslice;
|
||||
unsigned32 isr_level;
|
||||
Priority_Control initial_priority; /* initial priority */
|
||||
boolean core_allocated_stack;
|
||||
Stack_Control Initial_stack; /* stack information */
|
||||
void *fp_context; /* initial FP context area address */
|
||||
void *stack; /* initial FP context area address */
|
||||
|
||||
Reference in New Issue
Block a user