From 3e0f6985d1c64902704d2507f3fd9100d363dd9e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 25 Sep 2000 18:58:26 +0000 Subject: 2000-09-25 Joel Sherrill * rtems/score/a29k.h, rtems/score/cpu.h: Switched to using cpuopts.h not targopts.h to reduce dependency on BSP. --- cpukit/score/cpu/a29k/rtems/score/cpu.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'cpukit/score/cpu/a29k/rtems/score/cpu.h') diff --git a/cpukit/score/cpu/a29k/rtems/score/cpu.h b/cpukit/score/cpu/a29k/rtems/score/cpu.h index 2f0290c46e..75b558cb6f 100644 --- a/cpukit/score/cpu/a29k/rtems/score/cpu.h +++ b/cpukit/score/cpu/a29k/rtems/score/cpu.h @@ -529,13 +529,11 @@ SCORE_EXTERN void (*_CPU_Thread_dispatch_pointer)(); #define CPU_CONTEXT_FP_SIZE sizeof( Context_Control_fp ) /* - * Amount of extra stack (above minimum stack size) required by - * system initialization thread. Remember that in a multiprocessor - * system the system intialization thread becomes the MP server thread. + * extra stack required by the MPCI receive server thread */ -#define CPU_SYSTEM_INITIALIZATION_THREAD_EXTRA_STACK 0 - +#define CPU_MPCI_RECEIVE_SERVER_EXTRA_STACK 1024 + /* * This defines the number of entries in the ISR_Vector_table managed * by RTEMS. -- cgit v1.2.3