added boolean to indicate whether or not the stack area was provided

by the api.
This commit is contained in:
Joel Sherrill
1996-06-05 14:45:45 +00:00
parent 9b4e549729
commit 98162c35fb
3 changed files with 3 additions and 0 deletions

View File

@@ -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 */

View File

@@ -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 */

View File

@@ -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 */