summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/a29k/rtems/score/cpu.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-22 20:34:15 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-22 20:34:15 +0000
commitbbfdedd86d08b52c19d8b0fbae8c0ba8a013ea34 (patch)
tree709bcc3d7b76a929c8b5aae766fe76e676919237 /cpukit/score/cpu/a29k/rtems/score/cpu.h
parent2000-09-22 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-bbfdedd86d08b52c19d8b0fbae8c0ba8a013ea34.tar.bz2
2000-09-22 Joel Sherrill <joel@OARcorp.com>
* amd.ah, cpu.c, cpu_asm.S, register.ah, sig.S, rtems/score/cpu.h: Updated and fixed minor things. Commented out offensive assembly and made applications link.
Diffstat (limited to 'cpukit/score/cpu/a29k/rtems/score/cpu.h')
-rw-r--r--cpukit/score/cpu/a29k/rtems/score/cpu.h12
1 files changed, 8 insertions, 4 deletions
diff --git a/cpukit/score/cpu/a29k/rtems/score/cpu.h b/cpukit/score/cpu/a29k/rtems/score/cpu.h
index 34370808d1..2f0290c46e 100644
--- a/cpukit/score/cpu/a29k/rtems/score/cpu.h
+++ b/cpukit/score/cpu/a29k/rtems/score/cpu.h
@@ -310,7 +310,7 @@ extern void a29k_sigdfl_sup(void);
*
*/
-#warning "Check these definitions!!!"
+/* #warning "Check these definitions!!!" */
#define CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES FALSE
#define CPU_BIG_ENDIAN TRUE
@@ -458,7 +458,11 @@ typedef struct {
boolean do_zero_of_workspace;
unsigned32 idle_task_stack_size;
unsigned32 interrupt_stack_size;
- unsigned32 extra_system_initialization_stack;
+ unsigned32 extra_mpci_receive_server_stack;
+ void * (*stack_allocate_hook)( unsigned32 );
+ void (*stack_free_hook)( void* );
+ /* end of fields required on all CPUs */
+
} rtems_cpu_table;
/*
@@ -905,7 +909,7 @@ void _CPU_ISR_install_vector(
void _CPU_Install_interrupt_stack( void );
/*
- * _CPU_Internal_threads_Idle_thread_body
+ * _CPU_Thread_Idle_body
*
* This routine is the CPU dependent IDLE thread body.
*
@@ -913,7 +917,7 @@ void _CPU_Install_interrupt_stack( void );
* is TRUE.
*/
-void _CPU_Internal_threads_Idle_thread_body( void );
+void _CPU_Thread_Idle_body( void );
/*
* _CPU_Context_switch