From 3a05d15f4bce699f41e8d6691abdb51fafd23abd Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 1 Jul 2002 22:23:55 +0000 Subject: 2002-07-01 Joel Sherrill * rtems/score/cpu.h: Fixed comments and renamed CPU_SYSTEM_INITIALIZATION_THREAD_EXTRA_STACK to CPU_MPCI_RECEIVE_SERVER_EXTRA_STACK to be consistent with other code. --- c/src/exec/score/cpu/h8300/ChangeLog | 6 ++++++ c/src/exec/score/cpu/h8300/rtems/score/cpu.h | 4 ++-- cpukit/score/cpu/h8300/ChangeLog | 6 ++++++ cpukit/score/cpu/h8300/rtems/score/cpu.h | 4 ++-- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/c/src/exec/score/cpu/h8300/ChangeLog b/c/src/exec/score/cpu/h8300/ChangeLog index b945f5eed3..05625291bd 100644 --- a/c/src/exec/score/cpu/h8300/ChangeLog +++ b/c/src/exec/score/cpu/h8300/ChangeLog @@ -1,3 +1,9 @@ +2002-07-01 Joel Sherrill + + * rtems/score/cpu.h: Fixed comments and renamed + CPU_SYSTEM_INITIALIZATION_THREAD_EXTRA_STACK to + CPU_MPCI_RECEIVE_SERVER_EXTRA_STACK to be consistent with other code. + 2002-07-01 Ralf Corsepius * configure.ac: Remove RTEMS_PROJECT_ROOT. diff --git a/c/src/exec/score/cpu/h8300/rtems/score/cpu.h b/c/src/exec/score/cpu/h8300/rtems/score/cpu.h index 290c888dc0..b7e2aa0573 100644 --- a/c/src/exec/score/cpu/h8300/rtems/score/cpu.h +++ b/c/src/exec/score/cpu/h8300/rtems/score/cpu.h @@ -513,10 +513,10 @@ SCORE_EXTERN void (*_CPU_Thread_dispatch_pointer)(); * * H8300 Specific Information: * - * XXX + * It is highly unlikely the H8300 will get used in a multiprocessor system. */ -#define CPU_SYSTEM_INITIALIZATION_THREAD_EXTRA_STACK 0 +#define CPU_MPCI_RECEIVE_SERVER_EXTRA_STACK 0 /* * This defines the number of entries in the ISR_Vector_table managed diff --git a/cpukit/score/cpu/h8300/ChangeLog b/cpukit/score/cpu/h8300/ChangeLog index b945f5eed3..05625291bd 100644 --- a/cpukit/score/cpu/h8300/ChangeLog +++ b/cpukit/score/cpu/h8300/ChangeLog @@ -1,3 +1,9 @@ +2002-07-01 Joel Sherrill + + * rtems/score/cpu.h: Fixed comments and renamed + CPU_SYSTEM_INITIALIZATION_THREAD_EXTRA_STACK to + CPU_MPCI_RECEIVE_SERVER_EXTRA_STACK to be consistent with other code. + 2002-07-01 Ralf Corsepius * configure.ac: Remove RTEMS_PROJECT_ROOT. diff --git a/cpukit/score/cpu/h8300/rtems/score/cpu.h b/cpukit/score/cpu/h8300/rtems/score/cpu.h index 290c888dc0..b7e2aa0573 100644 --- a/cpukit/score/cpu/h8300/rtems/score/cpu.h +++ b/cpukit/score/cpu/h8300/rtems/score/cpu.h @@ -513,10 +513,10 @@ SCORE_EXTERN void (*_CPU_Thread_dispatch_pointer)(); * * H8300 Specific Information: * - * XXX + * It is highly unlikely the H8300 will get used in a multiprocessor system. */ -#define CPU_SYSTEM_INITIALIZATION_THREAD_EXTRA_STACK 0 +#define CPU_MPCI_RECEIVE_SERVER_EXTRA_STACK 0 /* * This defines the number of entries in the ISR_Vector_table managed -- cgit v1.2.3