summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/i960
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-04-22 16:44:04 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-04-22 16:44:04 +0000
commit96981e3ae65dd3621f92c8c93fb9c970ddd07509 (patch)
tree86e8385b104a821c77920420f6dd084d4ca72945 /c/src/exec/score/cpu/i960
parentadded stack allocation fields to the cpu table (diff)
downloadrtems-96981e3ae65dd3621f92c8c93fb9c970ddd07509.tar.bz2
added stack allocation fields to the cpu table
Diffstat (limited to 'c/src/exec/score/cpu/i960')
-rw-r--r--c/src/exec/score/cpu/i960/cpu.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/c/src/exec/score/cpu/i960/cpu.h b/c/src/exec/score/cpu/i960/cpu.h
index 2ed819afb6..683d84659b 100644
--- a/c/src/exec/score/cpu/i960/cpu.h
+++ b/c/src/exec/score/cpu/i960/cpu.h
@@ -146,6 +146,10 @@ typedef struct {
boolean do_zero_of_workspace;
unsigned32 interrupt_stack_size;
unsigned32 extra_mpci_receive_server_stack;
+ void * (*stack_allocate_hook)( unsigned32 );
+ void (*stack_free_hook)( void* );
+ /* end of fields required on all CPUs */
+
#if defined(__i960CA__) || defined(__i960_CA__) || defined(__i960CA)
i960ca_PRCB *Prcb;
#endif