2002-07-01 Joel Sherrill <joel@OARcorp.com>

* 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.
This commit is contained in:
Joel Sherrill
2002-07-01 22:23:55 +00:00
parent f14b925ac0
commit 3a05d15f4b
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,9 @@
2002-07-01 Joel Sherrill <joel@OARcorp.com>
* 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 <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove RTEMS_PROJECT_ROOT.

View File

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

View File

@@ -1,3 +1,9 @@
2002-07-01 Joel Sherrill <joel@OARcorp.com>
* 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 <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove RTEMS_PROJECT_ROOT.

View File

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