PR 1573/cpukit
* spsize/size.c: Add a per cpu data structure which contains the
information required by RTEMS for each CPU core. This encapsulates
information such as thread executing, heir, idle and dispatch needed.
* Makefile.am, configure.ac, spfatal06/testcase.h,
spfatal07/testcase.h, spfatal08/testcase.h, spfatal09/testcase.h,
spsize/size.c: Eliminate pointers to API configuration tables in the
main configuration table. Reference the main configuration table and
the API configuration tables directly using the confdefs.h version
rather than obtaining a pointer to it. This eliminated some
variables, a potential fatal error, some unnecessary default
configuration structures. Overall, about a 4.5% reduction in the code
size for minimum and hello on the SPARC.
* spfatal10/.cvsignore, spfatal10/Makefile.am, spfatal10/spfatal10.scn,
spfatal10/testcase.h: Removed.
* spsize/size.c: Make _System_state_Is_multiprocessing unused when
multiprocessing is not enabled. Saves one more variable from single
processor configuration.
* sp28/init.c: Corrections to configuration.
* sp37/init.c: Correctly invoke rtems_interrupt_disable() body.
* spsize/size.c: _ISR_Vector_table only exists on architectures
which use the Simple Vectored Interrupt Model.
* spsize/size.c: Move interrupt_stack_size field from CPU Table to
Configuration Table. Eliminate CPU Table from all ports. Delete
references to CPU Table in all forms.
* spsize/size.c: Eliminate maximum_drivers configuration parameter
since it was used to configure a no longer used feature. Device names
are now part of the filesystem not in a table. This also eliminated
the variables _IO_Number_of_devices and _IO_Driver_name_table from
RTEMS as well as the memory allocation used to populate
_IO_Driver_name_table.
* sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
sp07/Makefile.am, sp07/tdelete.c, sp08/Makefile.am, sp09/Makefile.am,
sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
sp32/Makefile.am, sp33/Makefile.am, sp34/Makefile.am,
sp35/Makefile.am, spfatal/Makefile.am, spsize/Makefile.am,
spsize/size.c: Add optional managers to Makefiles. Clean up test
cases so last output line follows END OF pattern. Make sure test case
all run. All tests appeared ok on sis.
Victor V. Vengerov <Victor.Vengerov@oktetlabs.ru>
* spsize/size.c: Victor spotted the problem that
_MPCI_Receive_server_tcb and _Thread_MP_Receive were duplicate
variables and needed to be set to the same value. I took that
idea and just removed _Thread_MP_Receive. All uses are now
_MPCI_Receive_server_tcb.
* sp02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* sp03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* sp04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* sp05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* sp06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* sp07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* sp08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* sp09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* sp11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* sp12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* sp13/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* sp14/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* sp15/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* sp16/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* sp17/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* sp19/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* sp20/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* sp21/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* sp22/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* sp23/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* sp24/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* sp25/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* sp26/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* sp27/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
* sp28/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
* sp29/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
* sp30/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* sp31/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* sp32/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
* spfatal/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* spsize/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
Makefile.am: Reflect having moved automake.
sp01/Makefile.am: Reflect having moved automake.
sp02/Makefile.am: Reflect having moved automake.
sp03/Makefile.am: Reflect having moved automake.
sp04/Makefile.am: Reflect having moved automake.
sp05/Makefile.am: Reflect having moved automake.
sp06/Makefile.am: Reflect having moved automake.
sp07/Makefile.am: Reflect having moved automake.
sp08/Makefile.am: Reflect having moved automake.
sp09/Makefile.am: Reflect having moved automake.
sp11/Makefile.am: Reflect having moved automake.
sp12/Makefile.am: Reflect having moved automake.
sp13/Makefile.am: Reflect having moved automake.
sp14/Makefile.am: Reflect having moved automake.
sp15/Makefile.am: Reflect having moved automake.
sp16/Makefile.am: Reflect having moved automake.
sp17/Makefile.am: Reflect having moved automake.
sp19/Makefile.am: Reflect having moved automake.
sp20/Makefile.am: Reflect having moved automake.
sp21/Makefile.am: Reflect having moved automake.
sp22/Makefile.am: Reflect having moved automake.
sp23/Makefile.am: Reflect having moved automake.
sp24/Makefile.am: Reflect having moved automake.
sp25/Makefile.am: Reflect having moved automake.
sp26/Makefile.am: Reflect having moved automake.
sp27/Makefile.am: Reflect having moved automake.
sp28/Makefile.am: Reflect having moved automake.
sp29/Makefile.am: Reflect having moved automake.
sp30/Makefile.am: Reflect having moved automake.
sp31/Makefile.am: Reflect having moved automake.
sp32/Makefile.am: Reflect having moved automake.
spfatal/Makefile.am: Reflect having moved automake.
spsize/Makefile.am: Reflect having moved automake.