From addebe676598de113de3f01487ea7f118f26d74a Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 3 Sep 2002 18:31:23 +0000 Subject: 2002-09-03 Joel Sherrill * base_mp now builds and can be considered a bit of an example for the other mptests. * mptests/mp01/node1/Makefile.am, mptests/mp01/node2/Makefile.am, samples/base_mp/mptest.adb, samples/base_mp/mptest.ads, samples/base_mp/node1/Makefile.am, samples/base_mp/node2/Makefile.am: Modified to make compile. * mptests/mp01/node1/mptest-per_node_configuration.adb, mptests/mp01/node2/mptest-per_node_configuration.adb, mptests/mp02/node1/mptest-per_node_configuration.adb, mptests/mp02/node2/mptest-per_node_configuration.adb, mptests/mp03/node1/mptest-per_node_configuration.adb, mptests/mp03/node2/mptest-per_node_configuration.adb, mptests/mp04/node1/mptest-per_node_configuration.adb, mptests/mp04/node2/mptest-per_node_configuration.adb, mptests/mp05/node1/mptest-per_node_configuration.adb, mptests/mp05/node2/mptest-per_node_configuration.adb, mptests/mp06/node1/mptest-per_node_configuration.adb, mptests/mp06/node2/mptest-per_node_configuration.adb, mptests/mp07/node1/mptest-per_node_configuration.adb, mptests/mp07/node2/mptest-per_node_configuration.adb, mptests/mp08/node1/mptest-per_node_configuration.adb, mptests/mp08/node2/mptest-per_node_configuration.adb, mptests/mp09/node1/mptest-per_node_configuration.adb, mptests/mp09/node2/mptest-per_node_configuration.adb, mptests/mp10/node1/mptest-per_node_configuration.adb, mptests/mp10/node2/mptest-per_node_configuration.adb, mptests/mp11/node1/mptest-per_node_configuration.adb, mptests/mp11/node2/mptest-per_node_configuration.adb, mptests/mp12/node1/mptest-per_node_configuration.adb, mptests/mp12/node2/mptest-per_node_configuration.adb, mptests/mp13/node1/mptest-per_node_configuration.adb, mptests/mp13/node2/mptest-per_node_configuration.adb, mptests/mp14/node1/mptest-per_node_configuration.adb, mptests/mp14/node2/mptest-per_node_configuration.adb, samples/base_mp/node1/mptest-per_node_configuration.adb, samples/base_mp/node2/mptest-per_node_configuration.adb: Removed as this information should come from config.h. --- c/src/ada-tests/ChangeLog | 40 ++++++++ c/src/ada-tests/mptests/mp01/node1/Makefile.am | 2 +- .../mp01/node1/mptest-per_node_configuration.adb | 43 --------- c/src/ada-tests/mptests/mp01/node2/Makefile.am | 2 +- .../mp01/node2/mptest-per_node_configuration.adb | 43 --------- .../mp02/node1/mptest-per_node_configuration.adb | 43 --------- .../mp02/node2/mptest-per_node_configuration.adb | 43 --------- .../mp03/node1/mptest-per_node_configuration.adb | 43 --------- .../mp03/node2/mptest-per_node_configuration.adb | 43 --------- .../mp04/node1/mptest-per_node_configuration.adb | 43 --------- .../mp04/node2/mptest-per_node_configuration.adb | 43 --------- .../mp05/node1/mptest-per_node_configuration.adb | 43 --------- .../mp05/node2/mptest-per_node_configuration.adb | 43 --------- .../mp06/node1/mptest-per_node_configuration.adb | 43 --------- .../mp06/node2/mptest-per_node_configuration.adb | 43 --------- .../mp07/node1/mptest-per_node_configuration.adb | 43 --------- .../mp07/node2/mptest-per_node_configuration.adb | 43 --------- .../mp08/node1/mptest-per_node_configuration.adb | 43 --------- .../mp08/node2/mptest-per_node_configuration.adb | 43 --------- .../mp09/node1/mptest-per_node_configuration.adb | 43 --------- .../mp09/node2/mptest-per_node_configuration.adb | 43 --------- .../mp10/node1/mptest-per_node_configuration.adb | 43 --------- .../mp10/node2/mptest-per_node_configuration.adb | 43 --------- .../mp11/node1/mptest-per_node_configuration.adb | 43 --------- .../mp11/node2/mptest-per_node_configuration.adb | 43 --------- .../mp12/node1/mptest-per_node_configuration.adb | 43 --------- .../mp12/node2/mptest-per_node_configuration.adb | 43 --------- .../mp13/node1/mptest-per_node_configuration.adb | 43 --------- .../mp13/node2/mptest-per_node_configuration.adb | 43 --------- .../mp14/node1/mptest-per_node_configuration.adb | 43 --------- .../mp14/node2/mptest-per_node_configuration.adb | 43 --------- c/src/ada-tests/samples/base_mp/mptest.adb | 5 - c/src/ada-tests/samples/base_mp/mptest.ads | 103 --------------------- c/src/ada-tests/samples/base_mp/node1/Makefile.am | 4 +- .../node1/mptest-per_node_configuration.adb | 43 --------- c/src/ada-tests/samples/base_mp/node2/Makefile.am | 2 +- .../node2/mptest-per_node_configuration.adb | 43 --------- 37 files changed, 44 insertions(+), 1404 deletions(-) delete mode 100644 c/src/ada-tests/mptests/mp01/node1/mptest-per_node_configuration.adb delete mode 100644 c/src/ada-tests/mptests/mp01/node2/mptest-per_node_configuration.adb delete mode 100644 c/src/ada-tests/mptests/mp02/node1/mptest-per_node_configuration.adb delete mode 100644 c/src/ada-tests/mptests/mp02/node2/mptest-per_node_configuration.adb delete mode 100644 c/src/ada-tests/mptests/mp03/node1/mptest-per_node_configuration.adb delete mode 100644 c/src/ada-tests/mptests/mp03/node2/mptest-per_node_configuration.adb delete mode 100644 c/src/ada-tests/mptests/mp04/node1/mptest-per_node_configuration.adb delete mode 100644 c/src/ada-tests/mptests/mp04/node2/mptest-per_node_configuration.adb delete mode 100644 c/src/ada-tests/mptests/mp05/node1/mptest-per_node_configuration.adb delete mode 100644 c/src/ada-tests/mptests/mp05/node2/mptest-per_node_configuration.adb delete mode 100644 c/src/ada-tests/mptests/mp06/node1/mptest-per_node_configuration.adb delete mode 100644 c/src/ada-tests/mptests/mp06/node2/mptest-per_node_configuration.adb delete mode 100644 c/src/ada-tests/mptests/mp07/node1/mptest-per_node_configuration.adb delete mode 100644 c/src/ada-tests/mptests/mp07/node2/mptest-per_node_configuration.adb delete mode 100644 c/src/ada-tests/mptests/mp08/node1/mptest-per_node_configuration.adb delete mode 100644 c/src/ada-tests/mptests/mp08/node2/mptest-per_node_configuration.adb delete mode 100644 c/src/ada-tests/mptests/mp09/node1/mptest-per_node_configuration.adb delete mode 100644 c/src/ada-tests/mptests/mp09/node2/mptest-per_node_configuration.adb delete mode 100644 c/src/ada-tests/mptests/mp10/node1/mptest-per_node_configuration.adb delete mode 100644 c/src/ada-tests/mptests/mp10/node2/mptest-per_node_configuration.adb delete mode 100644 c/src/ada-tests/mptests/mp11/node1/mptest-per_node_configuration.adb delete mode 100644 c/src/ada-tests/mptests/mp11/node2/mptest-per_node_configuration.adb delete mode 100644 c/src/ada-tests/mptests/mp12/node1/mptest-per_node_configuration.adb delete mode 100644 c/src/ada-tests/mptests/mp12/node2/mptest-per_node_configuration.adb delete mode 100644 c/src/ada-tests/mptests/mp13/node1/mptest-per_node_configuration.adb delete mode 100644 c/src/ada-tests/mptests/mp13/node2/mptest-per_node_configuration.adb delete mode 100644 c/src/ada-tests/mptests/mp14/node1/mptest-per_node_configuration.adb delete mode 100644 c/src/ada-tests/mptests/mp14/node2/mptest-per_node_configuration.adb delete mode 100644 c/src/ada-tests/samples/base_mp/node1/mptest-per_node_configuration.adb delete mode 100644 c/src/ada-tests/samples/base_mp/node2/mptest-per_node_configuration.adb (limited to 'c') diff --git a/c/src/ada-tests/ChangeLog b/c/src/ada-tests/ChangeLog index be6cce1dae..669d038a99 100644 --- a/c/src/ada-tests/ChangeLog +++ b/c/src/ada-tests/ChangeLog @@ -1,3 +1,43 @@ +2002-09-03 Joel Sherrill + + * base_mp now builds and can be considered a bit of an example for + the other mptests. + * mptests/mp01/node1/Makefile.am, mptests/mp01/node2/Makefile.am, + samples/base_mp/mptest.adb, samples/base_mp/mptest.ads, + samples/base_mp/node1/Makefile.am, samples/base_mp/node2/Makefile.am: + Modified to make compile. + * mptests/mp01/node1/mptest-per_node_configuration.adb, + mptests/mp01/node2/mptest-per_node_configuration.adb, + mptests/mp02/node1/mptest-per_node_configuration.adb, + mptests/mp02/node2/mptest-per_node_configuration.adb, + mptests/mp03/node1/mptest-per_node_configuration.adb, + mptests/mp03/node2/mptest-per_node_configuration.adb, + mptests/mp04/node1/mptest-per_node_configuration.adb, + mptests/mp04/node2/mptest-per_node_configuration.adb, + mptests/mp05/node1/mptest-per_node_configuration.adb, + mptests/mp05/node2/mptest-per_node_configuration.adb, + mptests/mp06/node1/mptest-per_node_configuration.adb, + mptests/mp06/node2/mptest-per_node_configuration.adb, + mptests/mp07/node1/mptest-per_node_configuration.adb, + mptests/mp07/node2/mptest-per_node_configuration.adb, + mptests/mp08/node1/mptest-per_node_configuration.adb, + mptests/mp08/node2/mptest-per_node_configuration.adb, + mptests/mp09/node1/mptest-per_node_configuration.adb, + mptests/mp09/node2/mptest-per_node_configuration.adb, + mptests/mp10/node1/mptest-per_node_configuration.adb, + mptests/mp10/node2/mptest-per_node_configuration.adb, + mptests/mp11/node1/mptest-per_node_configuration.adb, + mptests/mp11/node2/mptest-per_node_configuration.adb, + mptests/mp12/node1/mptest-per_node_configuration.adb, + mptests/mp12/node2/mptest-per_node_configuration.adb, + mptests/mp13/node1/mptest-per_node_configuration.adb, + mptests/mp13/node2/mptest-per_node_configuration.adb, + mptests/mp14/node1/mptest-per_node_configuration.adb, + mptests/mp14/node2/mptest-per_node_configuration.adb, + samples/base_mp/node1/mptest-per_node_configuration.adb, + samples/base_mp/node2/mptest-per_node_configuration.adb: Removed + as this information should come from config.h. + 2002-09-02 Ralf Corsepius * mptests/mp01/node1/.cvsignore: New. diff --git a/c/src/ada-tests/mptests/mp01/node1/Makefile.am b/c/src/ada-tests/mptests/mp01/node1/Makefile.am index 34d842b47b..431589134f 100644 --- a/c/src/ada-tests/mptests/mp01/node1/Makefile.am +++ b/c/src/ada-tests/mptests/mp01/node1/Makefile.am @@ -7,7 +7,7 @@ include $(top_srcdir)/ada.am AM_ADAFLAGS += -I$(srcdir)/.. -node1$(EXEEXT): mptest-per_node_configuration.adb +node1$(EXEEXT): ../mptest.adb $(GNATCOMPILE) -margs -a $< -o $@ if EXPADA diff --git a/c/src/ada-tests/mptests/mp01/node1/mptest-per_node_configuration.adb b/c/src/ada-tests/mptests/mp01/node1/mptest-per_node_configuration.adb deleted file mode 100644 index 7df5087537..0000000000 --- a/c/src/ada-tests/mptests/mp01/node1/mptest-per_node_configuration.adb +++ /dev/null @@ -1,43 +0,0 @@ --- --- MPTEST.PER_NODE_CONFIGURATION / BODY --- --- DESCRIPTION: --- --- This package is the specification for the subpackage --- which will define the per node configuration parameters. --- --- DEPENDENCIES: --- --- --- --- COPYRIGHT (c) 1989-1997. --- On-Line Applications Research Corporation (OAR). --- Copyright assigned to U.S. Government, 1994. --- --- The license and distribution terms for this file may in --- the file LICENSE in this distribution or at --- http://www.OARcorp.com/rtems/license.html. --- --- $Id$ --- - -with RTEMS; - -separate ( MPTEST ) - -package body PER_NODE_CONFIGURATION is - ---PAGE --- --- LOCAL_NODE_NUMBER --- - - function LOCAL_NODE_NUMBER - return RTEMS.UNSIGNED32 is - begin - - return 1; - - end LOCAL_NODE_NUMBER; - -end PER_NODE_CONFIGURATION; diff --git a/c/src/ada-tests/mptests/mp01/node2/Makefile.am b/c/src/ada-tests/mptests/mp01/node2/Makefile.am index 268f890831..d685165ae8 100644 --- a/c/src/ada-tests/mptests/mp01/node2/Makefile.am +++ b/c/src/ada-tests/mptests/mp01/node2/Makefile.am @@ -7,7 +7,7 @@ include $(top_srcdir)/ada.am AM_ADAFLAGS += -I$(srcdir)/.. -node2$(EXEEXT): mptest-per_node_configuration.adb +node2$(EXEEXT): ../mptest.adb $(GNATCOMPILE) -margs -a $< -o $@ if EXPADA diff --git a/c/src/ada-tests/mptests/mp01/node2/mptest-per_node_configuration.adb b/c/src/ada-tests/mptests/mp01/node2/mptest-per_node_configuration.adb deleted file mode 100644 index e127cc5573..0000000000 --- a/c/src/ada-tests/mptests/mp01/node2/mptest-per_node_configuration.adb +++ /dev/null @@ -1,43 +0,0 @@ --- --- MPTEST.PER_NODE_CONFIGURATION / BODY --- --- DESCRIPTION: --- --- This package is the specification for the subpackage --- which will define the per node configuration parameters. --- --- DEPENDENCIES: --- --- --- --- COPYRIGHT (c) 1989-1997. --- On-Line Applications Research Corporation (OAR). --- Copyright assigned to U.S. Government, 1994. --- --- The license and distribution terms for this file may in --- the file LICENSE in this distribution or at --- http://www.OARcorp.com/rtems/license.html. --- --- $Id$ --- - -with RTEMS; - -separate ( MPTEST ) - -package body PER_NODE_CONFIGURATION is - ---PAGE --- --- LOCAL_NODE_NUMBER --- - - function LOCAL_NODE_NUMBER - return RTEMS.UNSIGNED32 is - begin - - return 2; - - end LOCAL_NODE_NUMBER; - -end PER_NODE_CONFIGURATION; diff --git a/c/src/ada-tests/mptests/mp02/node1/mptest-per_node_configuration.adb b/c/src/ada-tests/mptests/mp02/node1/mptest-per_node_configuration.adb deleted file mode 100644 index 7df5087537..0000000000 --- a/c/src/ada-tests/mptests/mp02/node1/mptest-per_node_configuration.adb +++ /dev/null @@ -1,43 +0,0 @@ --- --- MPTEST.PER_NODE_CONFIGURATION / BODY --- --- DESCRIPTION: --- --- This package is the specification for the subpackage --- which will define the per node configuration parameters. --- --- DEPENDENCIES: --- --- --- --- COPYRIGHT (c) 1989-1997. --- On-Line Applications Research Corporation (OAR). --- Copyright assigned to U.S. Government, 1994. --- --- The license and distribution terms for this file may in --- the file LICENSE in this distribution or at --- http://www.OARcorp.com/rtems/license.html. --- --- $Id$ --- - -with RTEMS; - -separate ( MPTEST ) - -package body PER_NODE_CONFIGURATION is - ---PAGE --- --- LOCAL_NODE_NUMBER --- - - function LOCAL_NODE_NUMBER - return RTEMS.UNSIGNED32 is - begin - - return 1; - - end LOCAL_NODE_NUMBER; - -end PER_NODE_CONFIGURATION; diff --git a/c/src/ada-tests/mptests/mp02/node2/mptest-per_node_configuration.adb b/c/src/ada-tests/mptests/mp02/node2/mptest-per_node_configuration.adb deleted file mode 100644 index e127cc5573..0000000000 --- a/c/src/ada-tests/mptests/mp02/node2/mptest-per_node_configuration.adb +++ /dev/null @@ -1,43 +0,0 @@ --- --- MPTEST.PER_NODE_CONFIGURATION / BODY --- --- DESCRIPTION: --- --- This package is the specification for the subpackage --- which will define the per node configuration parameters. --- --- DEPENDENCIES: --- --- --- --- COPYRIGHT (c) 1989-1997. --- On-Line Applications Research Corporation (OAR). --- Copyright assigned to U.S. Government, 1994. --- --- The license and distribution terms for this file may in --- the file LICENSE in this distribution or at --- http://www.OARcorp.com/rtems/license.html. --- --- $Id$ --- - -with RTEMS; - -separate ( MPTEST ) - -package body PER_NODE_CONFIGURATION is - ---PAGE --- --- LOCAL_NODE_NUMBER --- - - function LOCAL_NODE_NUMBER - return RTEMS.UNSIGNED32 is - begin - - return 2; - - end LOCAL_NODE_NUMBER; - -end PER_NODE_CONFIGURATION; diff --git a/c/src/ada-tests/mptests/mp03/node1/mptest-per_node_configuration.adb b/c/src/ada-tests/mptests/mp03/node1/mptest-per_node_configuration.adb deleted file mode 100644 index 7df5087537..0000000000 --- a/c/src/ada-tests/mptests/mp03/node1/mptest-per_node_configuration.adb +++ /dev/null @@ -1,43 +0,0 @@ --- --- MPTEST.PER_NODE_CONFIGURATION / BODY --- --- DESCRIPTION: --- --- This package is the specification for the subpackage --- which will define the per node configuration parameters. --- --- DEPENDENCIES: --- --- --- --- COPYRIGHT (c) 1989-1997. --- On-Line Applications Research Corporation (OAR). --- Copyright assigned to U.S. Government, 1994. --- --- The license and distribution terms for this file may in --- the file LICENSE in this distribution or at --- http://www.OARcorp.com/rtems/license.html. --- --- $Id$ --- - -with RTEMS; - -separate ( MPTEST ) - -package body PER_NODE_CONFIGURATION is - ---PAGE --- --- LOCAL_NODE_NUMBER --- - - function LOCAL_NODE_NUMBER - return RTEMS.UNSIGNED32 is - begin - - return 1; - - end LOCAL_NODE_NUMBER; - -end PER_NODE_CONFIGURATION; diff --git a/c/src/ada-tests/mptests/mp03/node2/mptest-per_node_configuration.adb b/c/src/ada-tests/mptests/mp03/node2/mptest-per_node_configuration.adb deleted file mode 100644 index e127cc5573..0000000000 --- a/c/src/ada-tests/mptests/mp03/node2/mptest-per_node_configuration.adb +++ /dev/null @@ -1,43 +0,0 @@ --- --- MPTEST.PER_NODE_CONFIGURATION / BODY --- --- DESCRIPTION: --- --- This package is the specification for the subpackage --- which will define the per node configuration parameters. --- --- DEPENDENCIES: --- --- --- --- COPYRIGHT (c) 1989-1997. --- On-Line Applications Research Corporation (OAR). --- Copyright assigned to U.S. Government, 1994. --- --- The license and distribution terms for this file may in --- the file LICENSE in this distribution or at --- http://www.OARcorp.com/rtems/license.html. --- --- $Id$ --- - -with RTEMS; - -separate ( MPTEST ) - -package body PER_NODE_CONFIGURATION is - ---PAGE --- --- LOCAL_NODE_NUMBER --- - - function LOCAL_NODE_NUMBER - return RTEMS.UNSIGNED32 is - begin - - return 2; - - end LOCAL_NODE_NUMBER; - -end PER_NODE_CONFIGURATION; diff --git a/c/src/ada-tests/mptests/mp04/node1/mptest-per_node_configuration.adb b/c/src/ada-tests/mptests/mp04/node1/mptest-per_node_configuration.adb deleted file mode 100644 index 7df5087537..0000000000 --- a/c/src/ada-tests/mptests/mp04/node1/mptest-per_node_configuration.adb +++ /dev/null @@ -1,43 +0,0 @@ --- --- MPTEST.PER_NODE_CONFIGURATION / BODY --- --- DESCRIPTION: --- --- This package is the specification for the subpackage --- which will define the per node configuration parameters. --- --- DEPENDENCIES: --- --- --- --- COPYRIGHT (c) 1989-1997. --- On-Line Applications Research Corporation (OAR). --- Copyright assigned to U.S. Government, 1994. --- --- The license and distribution terms for this file may in --- the file LICENSE in this distribution or at --- http://www.OARcorp.com/rtems/license.html. --- --- $Id$ --- - -with RTEMS; - -separate ( MPTEST ) - -package body PER_NODE_CONFIGURATION is - ---PAGE --- --- LOCAL_NODE_NUMBER --- - - function LOCAL_NODE_NUMBER - return RTEMS.UNSIGNED32 is - begin - - return 1; - - end LOCAL_NODE_NUMBER; - -end PER_NODE_CONFIGURATION; diff --git a/c/src/ada-tests/mptests/mp04/node2/mptest-per_node_configuration.adb b/c/src/ada-tests/mptests/mp04/node2/mptest-per_node_configuration.adb deleted file mode 100644 index e127cc5573..0000000000 --- a/c/src/ada-tests/mptests/mp04/node2/mptest-per_node_configuration.adb +++ /dev/null @@ -1,43 +0,0 @@ --- --- MPTEST.PER_NODE_CONFIGURATION / BODY --- --- DESCRIPTION: --- --- This package is the specification for the subpackage --- which will define the per node configuration parameters. --- --- DEPENDENCIES: --- --- --- --- COPYRIGHT (c) 1989-1997. --- On-Line Applications Research Corporation (OAR). --- Copyright assigned to U.S. Government, 1994. --- --- The license and distribution terms for this file may in --- the file LICENSE in this distribution or at --- http://www.OARcorp.com/rtems/license.html. --- --- $Id$ --- - -with RTEMS; - -separate ( MPTEST ) - -package body PER_NODE_CONFIGURATION is - ---PAGE --- --- LOCAL_NODE_NUMBER --- - - function LOCAL_NODE_NUMBER - return RTEMS.UNSIGNED32 is - begin - - return 2; - - end LOCAL_NODE_NUMBER; - -end PER_NODE_CONFIGURATION; diff --git a/c/src/ada-tests/mptests/mp05/node1/mptest-per_node_configuration.adb b/c/src/ada-tests/mptests/mp05/node1/mptest-per_node_configuration.adb deleted file mode 100644 index 7df5087537..0000000000 --- a/c/src/ada-tests/mptests/mp05/node1/mptest-per_node_configuration.adb +++ /dev/null @@ -1,43 +0,0 @@ --- --- MPTEST.PER_NODE_CONFIGURATION / BODY --- --- DESCRIPTION: --- --- This package is the specification for the subpackage --- which will define the per node configuration parameters. --- --- DEPENDENCIES: --- --- --- --- COPYRIGHT (c) 1989-1997. --- On-Line Applications Research Corporation (OAR). --- Copyright assigned to U.S. Government, 1994. --- --- The license and distribution terms for this file may in --- the file LICENSE in this distribution or at --- http://www.OARcorp.com/rtems/license.html. --- --- $Id$ --- - -with RTEMS; - -separate ( MPTEST ) - -package body PER_NODE_CONFIGURATION is - ---PAGE --- --- LOCAL_NODE_NUMBER --- - - function LOCAL_NODE_NUMBER - return RTEMS.UNSIGNED32 is - begin - - return 1; - - end LOCAL_NODE_NUMBER; - -end PER_NODE_CONFIGURATION; diff --git a/c/src/ada-tests/mptests/mp05/node2/mptest-per_node_configuration.adb b/c/src/ada-tests/mptests/mp05/node2/mptest-per_node_configuration.adb deleted file mode 100644 index e127cc5573..0000000000 --- a/c/src/ada-tests/mptests/mp05/node2/mptest-per_node_configuration.adb +++ /dev/null @@ -1,43 +0,0 @@ --- --- MPTEST.PER_NODE_CONFIGURATION / BODY --- --- DESCRIPTION: --- --- This package is the specification for the subpackage --- which will define the per node configuration parameters. --- --- DEPENDENCIES: --- --- --- --- COPYRIGHT (c) 1989-1997. --- On-Line Applications Research Corporation (OAR). --- Copyright assigned to U.S. Government, 1994. --- --- The license and distribution terms for this file may in --- the file LICENSE in this distribution or at --- http://www.OARcorp.com/rtems/license.html. --- --- $Id$ --- - -with RTEMS; - -separate ( MPTEST ) - -package body PER_NODE_CONFIGURATION is - ---PAGE --- --- LOCAL_NODE_NUMBER --- - - function LOCAL_NODE_NUMBER - return RTEMS.UNSIGNED32 is - begin - - return 2; - - end LOCAL_NODE_NUMBER; - -end PER_NODE_CONFIGURATION; diff --git a/c/src/ada-tests/mptests/mp06/node1/mptest-per_node_configuration.adb b/c/src/ada-tests/mptests/mp06/node1/mptest-per_node_configuration.adb deleted file mode 100644 index 7df5087537..0000000000 --- a/c/src/ada-tests/mptests/mp06/node1/mptest-per_node_configuration.adb +++ /dev/null @@ -1,43 +0,0 @@ --- --- MPTEST.PER_NODE_CONFIGURATION / BODY --- --- DESCRIPTION: --- --- This package is the specification for the subpackage --- which will define the per node configuration parameters. --- --- DEPENDENCIES: --- --- --- --- COPYRIGHT (c) 1989-1997. --- On-Line Applications Research Corporation (OAR). --- Copyright assigned to U.S. Government, 1994. --- --- The license and distribution terms for this file may in --- the file LICENSE in this distribution or at --- http://www.OARcorp.com/rtems/license.html. --- --- $Id$ --- - -with RTEMS; - -separate ( MPTEST ) - -package body PER_NODE_CONFIGURATION is - ---PAGE --- --- LOCAL_NODE_NUMBER --- - - function LOCAL_NODE_NUMBER - return RTEMS.UNSIGNED32 is - begin - - return 1; - - end LOCAL_NODE_NUMBER; - -end PER_NODE_CONFIGURATION; diff --git a/c/src/ada-tests/mptests/mp06/node2/mptest-per_node_configuration.adb b/c/src/ada-tests/mptests/mp06/node2/mptest-per_node_configuration.adb deleted file mode 100644 index e127cc5573..0000000000 --- a/c/src/ada-tests/mptests/mp06/node2/mptest-per_node_configuration.adb +++ /dev/null @@ -1,43 +0,0 @@ --- --- MPTEST.PER_NODE_CONFIGURATION / BODY --- --- DESCRIPTION: --- --- This package is the specification for the subpackage --- which will define the per node configuration parameters. --- --- DEPENDENCIES: --- --- --- --- COPYRIGHT (c) 1989-1997. --- On-Line Applications Research Corporation (OAR). --- Copyright assigned to U.S. Government, 1994. --- --- The license and distribution terms for this file may in --- the file LICENSE in this distribution or at --- http://www.OARcorp.com/rtems/license.html. --- --- $Id$ --- - -with RTEMS; - -separate ( MPTEST ) - -package body PER_NODE_CONFIGURATION is - ---PAGE --- --- LOCAL_NODE_NUMBER --- - - function LOCAL_NODE_NUMBER - return RTEMS.UNSIGNED32 is - begin - - return 2; - - end LOCAL_NODE_NUMBER; - -end PER_NODE_CONFIGURATION; diff --git a/c/src/ada-tests/mptests/mp07/node1/mptest-per_node_configuration.adb b/c/src/ada-tests/mptests/mp07/node1/mptest-per_node_configuration.adb deleted file mode 100644 index 7df5087537..0000000000 --- a/c/src/ada-tests/mptests/mp07/node1/mptest-per_node_configuration.adb +++ /dev/null @@ -1,43 +0,0 @@ --- --- MPTEST.PER_NODE_CONFIGURATION / BODY --- --- DESCRIPTION: --- --- This package is the specification for the subpackage --- which will define the per node configuration parameters. --- --- DEPENDENCIES: --- --- --- --- COPYRIGHT (c) 1989-1997. --- On-Line Applications Research Corporation (OAR). --- Copyright assigned to U.S. Government, 1994. --- --- The license and distribution terms for this file may in --- the file LICENSE in this distribution or at --- http://www.OARcorp.com/rtems/license.html. --- --- $Id$ --- - -with RTEMS; - -separate ( MPTEST ) - -package body PER_NODE_CONFIGURATION is - ---PAGE --- --- LOCAL_NODE_NUMBER --- - - function LOCAL_NODE_NUMBER - return RTEMS.UNSIGNED32 is - begin - - return 1; - - end LOCAL_NODE_NUMBER; - -end PER_NODE_CONFIGURATION; diff --git a/c/src/ada-tests/mptests/mp07/node2/mptest-per_node_configuration.adb b/c/src/ada-tests/mptests/mp07/node2/mptest-per_node_configuration.adb deleted file mode 100644 index e127cc5573..0000000000 --- a/c/src/ada-tests/mptests/mp07/node2/mptest-per_node_configuration.adb +++ /dev/null @@ -1,43 +0,0 @@ --- --- MPTEST.PER_NODE_CONFIGURATION / BODY --- --- DESCRIPTION: --- --- This package is the specification for the subpackage --- which will define the per node configuration parameters. --- --- DEPENDENCIES: --- --- --- --- COPYRIGHT (c) 1989-1997. --- On-Line Applications Research Corporation (OAR). --- Copyright assigned to U.S. Government, 1994. --- --- The license and distribution terms for this file may in --- the file LICENSE in this distribution or at --- http://www.OARcorp.com/rtems/license.html. --- --- $Id$ --- - -with RTEMS; - -separate ( MPTEST ) - -package body PER_NODE_CONFIGURATION is - ---PAGE --- --- LOCAL_NODE_NUMBER --- - - function LOCAL_NODE_NUMBER - return RTEMS.UNSIGNED32 is - begin - - return 2; - - end LOCAL_NODE_NUMBER; - -end PER_NODE_CONFIGURATION; diff --git a/c/src/ada-tests/mptests/mp08/node1/mptest-per_node_configuration.adb b/c/src/ada-tests/mptests/mp08/node1/mptest-per_node_configuration.adb deleted file mode 100644 index 7df5087537..0000000000 --- a/c/src/ada-tests/mptests/mp08/node1/mptest-per_node_configuration.adb +++ /dev/null @@ -1,43 +0,0 @@ --- --- MPTEST.PER_NODE_CONFIGURATION / BODY --- --- DESCRIPTION: --- --- This package is the specification for the subpackage --- which will define the per node configuration parameters. --- --- DEPENDENCIES: --- --- --- --- COPYRIGHT (c) 1989-1997. --- On-Line Applications Research Corporation (OAR). --- Copyright assigned to U.S. Government, 1994. --- --- The license and distribution terms for this file may in --- the file LICENSE in this distribution or at --- http://www.OARcorp.com/rtems/license.html. --- --- $Id$ --- - -with RTEMS; - -separate ( MPTEST ) - -package body PER_NODE_CONFIGURATION is - ---PAGE --- --- LOCAL_NODE_NUMBER --- - - function LOCAL_NODE_NUMBER - return RTEMS.UNSIGNED32 is - begin - - return 1; - - end LOCAL_NODE_NUMBER; - -end PER_NODE_CONFIGURATION; diff --git a/c/src/ada-tests/mptests/mp08/node2/mptest-per_node_configuration.adb b/c/src/ada-tests/mptests/mp08/node2/mptest-per_node_configuration.adb deleted file mode 100644 index e127cc5573..0000000000 --- a/c/src/ada-tests/mptests/mp08/node2/mptest-per_node_configuration.adb +++ /dev/null @@ -1,43 +0,0 @@ --- --- MPTEST.PER_NODE_CONFIGURATION / BODY --- --- DESCRIPTION: --- --- This package is the specification for the subpackage --- which will define the per node configuration parameters. --- --- DEPENDENCIES: --- --- --- --- COPYRIGHT (c) 1989-1997. --- On-Line Applications Research Corporation (OAR). --- Copyright assigned to U.S. Government, 1994. --- --- The license and distribution terms for this file may in --- the file LICENSE in this distribution or at --- http://www.OARcorp.com/rtems/license.html. --- --- $Id$ --- - -with RTEMS; - -separate ( MPTEST ) - -package body PER_NODE_CONFIGURATION is - ---PAGE --- --- LOCAL_NODE_NUMBER --- - - function LOCAL_NODE_NUMBER - return RTEMS.UNSIGNED32 is - begin - - return 2; - - end LOCAL_NODE_NUMBER; - -end PER_NODE_CONFIGURATION; diff --git a/c/src/ada-tests/mptests/mp09/node1/mptest-per_node_configuration.adb b/c/src/ada-tests/mptests/mp09/node1/mptest-per_node_configuration.adb deleted file mode 100644 index 7df5087537..0000000000 --- a/c/src/ada-tests/mptests/mp09/node1/mptest-per_node_configuration.adb +++ /dev/null @@ -1,43 +0,0 @@ --- --- MPTEST.PER_NODE_CONFIGURATION / BODY --- --- DESCRIPTION: --- --- This package is the specification for the subpackage --- which will define the per node configuration parameters. --- --- DEPENDENCIES: --- --- --- --- COPYRIGHT (c) 1989-1997. --- On-Line Applications Research Corporation (OAR). --- Copyright assigned to U.S. Government, 1994. --- --- The license and distribution terms for this file may in --- the file LICENSE in this distribution or at --- http://www.OARcorp.com/rtems/license.html. --- --- $Id$ --- - -with RTEMS; - -separate ( MPTEST ) - -package body PER_NODE_CONFIGURATION is - ---PAGE --- --- LOCAL_NODE_NUMBER --- - - function LOCAL_NODE_NUMBER - return RTEMS.UNSIGNED32 is - begin - - return 1; - - end LOCAL_NODE_NUMBER; - -end PER_NODE_CONFIGURATION; diff --git a/c/src/ada-tests/mptests/mp09/node2/mptest-per_node_configuration.adb b/c/src/ada-tests/mptests/mp09/node2/mptest-per_node_configuration.adb deleted file mode 100644 index e127cc5573..0000000000 --- a/c/src/ada-tests/mptests/mp09/node2/mptest-per_node_configuration.adb +++ /dev/null @@ -1,43 +0,0 @@ --- --- MPTEST.PER_NODE_CONFIGURATION / BODY --- --- DESCRIPTION: --- --- This package is the specification for the subpackage --- which will define the per node configuration parameters. --- --- DEPENDENCIES: --- --- --- --- COPYRIGHT (c) 1989-1997. --- On-Line Applications Research Corporation (OAR). --- Copyright assigned to U.S. Government, 1994. --- --- The license and distribution terms for this file may in --- the file LICENSE in this distribution or at --- http://www.OARcorp.com/rtems/license.html. --- --- $Id$ --- - -with RTEMS; - -separate ( MPTEST ) - -package body PER_NODE_CONFIGURATION is - ---PAGE --- --- LOCAL_NODE_NUMBER --- - - function LOCAL_NODE_NUMBER - return RTEMS.UNSIGNED32 is - begin - - return 2; - - end LOCAL_NODE_NUMBER; - -end PER_NODE_CONFIGURATION; diff --git a/c/src/ada-tests/mptests/mp10/node1/mptest-per_node_configuration.adb b/c/src/ada-tests/mptests/mp10/node1/mptest-per_node_configuration.adb deleted file mode 100644 index 7df5087537..0000000000 --- a/c/src/ada-tests/mptests/mp10/node1/mptest-per_node_configuration.adb +++ /dev/null @@ -1,43 +0,0 @@ --- --- MPTEST.PER_NODE_CONFIGURATION / BODY --- --- DESCRIPTION: --- --- This package is the specification for the subpackage --- which will define the per node configuration parameters. --- --- DEPENDENCIES: --- --- --- --- COPYRIGHT (c) 1989-1997. --- On-Line Applications Research Corporation (OAR). --- Copyright assigned to U.S. Government, 1994. --- --- The license and distribution terms for this file may in --- the file LICENSE in this distribution or at --- http://www.OARcorp.com/rtems/license.html. --- --- $Id$ --- - -with RTEMS; - -separate ( MPTEST ) - -package body PER_NODE_CONFIGURATION is - ---PAGE --- --- LOCAL_NODE_NUMBER --- - - function LOCAL_NODE_NUMBER - return RTEMS.UNSIGNED32 is - begin - - return 1; - - end LOCAL_NODE_NUMBER; - -end PER_NODE_CONFIGURATION; diff --git a/c/src/ada-tests/mptests/mp10/node2/mptest-per_node_configuration.adb b/c/src/ada-tests/mptests/mp10/node2/mptest-per_node_configuration.adb deleted file mode 100644 index e127cc5573..0000000000 --- a/c/src/ada-tests/mptests/mp10/node2/mptest-per_node_configuration.adb +++ /dev/null @@ -1,43 +0,0 @@ --- --- MPTEST.PER_NODE_CONFIGURATION / BODY --- --- DESCRIPTION: --- --- This package is the specification for the subpackage --- which will define the per node configuration parameters. --- --- DEPENDENCIES: --- --- --- --- COPYRIGHT (c) 1989-1997. --- On-Line Applications Research Corporation (OAR). --- Copyright assigned to U.S. Government, 1994. --- --- The license and distribution terms for this file may in --- the file LICENSE in this distribution or at --- http://www.OARcorp.com/rtems/license.html. --- --- $Id$ --- - -with RTEMS; - -separate ( MPTEST ) - -package body PER_NODE_CONFIGURATION is - ---PAGE --- --- LOCAL_NODE_NUMBER --- - - function LOCAL_NODE_NUMBER - return RTEMS.UNSIGNED32 is - begin - - return 2; - - end LOCAL_NODE_NUMBER; - -end PER_NODE_CONFIGURATION; diff --git a/c/src/ada-tests/mptests/mp11/node1/mptest-per_node_configuration.adb b/c/src/ada-tests/mptests/mp11/node1/mptest-per_node_configuration.adb deleted file mode 100644 index 7df5087537..0000000000 --- a/c/src/ada-tests/mptests/mp11/node1/mptest-per_node_configuration.adb +++ /dev/null @@ -1,43 +0,0 @@ --- --- MPTEST.PER_NODE_CONFIGURATION / BODY --- --- DESCRIPTION: --- --- This package is the specification for the subpackage --- which will define the per node configuration parameters. --- --- DEPENDENCIES: --- --- --- --- COPYRIGHT (c) 1989-1997. --- On-Line Applications Research Corporation (OAR). --- Copyright assigned to U.S. Government, 1994. --- --- The license and distribution terms for this file may in --- the file LICENSE in this distribution or at --- http://www.OARcorp.com/rtems/license.html. --- --- $Id$ --- - -with RTEMS; - -separate ( MPTEST ) - -package body PER_NODE_CONFIGURATION is - ---PAGE --- --- LOCAL_NODE_NUMBER --- - - function LOCAL_NODE_NUMBER - return RTEMS.UNSIGNED32 is - begin - - return 1; - - end LOCAL_NODE_NUMBER; - -end PER_NODE_CONFIGURATION; diff --git a/c/src/ada-tests/mptests/mp11/node2/mptest-per_node_configuration.adb b/c/src/ada-tests/mptests/mp11/node2/mptest-per_node_configuration.adb deleted file mode 100644 index e127cc5573..0000000000 --- a/c/src/ada-tests/mptests/mp11/node2/mptest-per_node_configuration.adb +++ /dev/null @@ -1,43 +0,0 @@ --- --- MPTEST.PER_NODE_CONFIGURATION / BODY --- --- DESCRIPTION: --- --- This package is the specification for the subpackage --- which will define the per node configuration parameters. --- --- DEPENDENCIES: --- --- --- --- COPYRIGHT (c) 1989-1997. --- On-Line Applications Research Corporation (OAR). --- Copyright assigned to U.S. Government, 1994. --- --- The license and distribution terms for this file may in --- the file LICENSE in this distribution or at --- http://www.OARcorp.com/rtems/license.html. --- --- $Id$ --- - -with RTEMS; - -separate ( MPTEST ) - -package body PER_NODE_CONFIGURATION is - ---PAGE --- --- LOCAL_NODE_NUMBER --- - - function LOCAL_NODE_NUMBER - return RTEMS.UNSIGNED32 is - begin - - return 2; - - end LOCAL_NODE_NUMBER; - -end PER_NODE_CONFIGURATION; diff --git a/c/src/ada-tests/mptests/mp12/node1/mptest-per_node_configuration.adb b/c/src/ada-tests/mptests/mp12/node1/mptest-per_node_configuration.adb deleted file mode 100644 index 7df5087537..0000000000 --- a/c/src/ada-tests/mptests/mp12/node1/mptest-per_node_configuration.adb +++ /dev/null @@ -1,43 +0,0 @@ --- --- MPTEST.PER_NODE_CONFIGURATION / BODY --- --- DESCRIPTION: --- --- This package is the specification for the subpackage --- which will define the per node configuration parameters. --- --- DEPENDENCIES: --- --- --- --- COPYRIGHT (c) 1989-1997. --- On-Line Applications Research Corporation (OAR). --- Copyright assigned to U.S. Government, 1994. --- --- The license and distribution terms for this file may in --- the file LICENSE in this distribution or at --- http://www.OARcorp.com/rtems/license.html. --- --- $Id$ --- - -with RTEMS; - -separate ( MPTEST ) - -package body PER_NODE_CONFIGURATION is - ---PAGE --- --- LOCAL_NODE_NUMBER --- - - function LOCAL_NODE_NUMBER - return RTEMS.UNSIGNED32 is - begin - - return 1; - - end LOCAL_NODE_NUMBER; - -end PER_NODE_CONFIGURATION; diff --git a/c/src/ada-tests/mptests/mp12/node2/mptest-per_node_configuration.adb b/c/src/ada-tests/mptests/mp12/node2/mptest-per_node_configuration.adb deleted file mode 100644 index e127cc5573..0000000000 --- a/c/src/ada-tests/mptests/mp12/node2/mptest-per_node_configuration.adb +++ /dev/null @@ -1,43 +0,0 @@ --- --- MPTEST.PER_NODE_CONFIGURATION / BODY --- --- DESCRIPTION: --- --- This package is the specification for the subpackage --- which will define the per node configuration parameters. --- --- DEPENDENCIES: --- --- --- --- COPYRIGHT (c) 1989-1997. --- On-Line Applications Research Corporation (OAR). --- Copyright assigned to U.S. Government, 1994. --- --- The license and distribution terms for this file may in --- the file LICENSE in this distribution or at --- http://www.OARcorp.com/rtems/license.html. --- --- $Id$ --- - -with RTEMS; - -separate ( MPTEST ) - -package body PER_NODE_CONFIGURATION is - ---PAGE --- --- LOCAL_NODE_NUMBER --- - - function LOCAL_NODE_NUMBER - return RTEMS.UNSIGNED32 is - begin - - return 2; - - end LOCAL_NODE_NUMBER; - -end PER_NODE_CONFIGURATION; diff --git a/c/src/ada-tests/mptests/mp13/node1/mptest-per_node_configuration.adb b/c/src/ada-tests/mptests/mp13/node1/mptest-per_node_configuration.adb deleted file mode 100644 index 7df5087537..0000000000 --- a/c/src/ada-tests/mptests/mp13/node1/mptest-per_node_configuration.adb +++ /dev/null @@ -1,43 +0,0 @@ --- --- MPTEST.PER_NODE_CONFIGURATION / BODY --- --- DESCRIPTION: --- --- This package is the specification for the subpackage --- which will define the per node configuration parameters. --- --- DEPENDENCIES: --- --- --- --- COPYRIGHT (c) 1989-1997. --- On-Line Applications Research Corporation (OAR). --- Copyright assigned to U.S. Government, 1994. --- --- The license and distribution terms for this file may in --- the file LICENSE in this distribution or at --- http://www.OARcorp.com/rtems/license.html. --- --- $Id$ --- - -with RTEMS; - -separate ( MPTEST ) - -package body PER_NODE_CONFIGURATION is - ---PAGE --- --- LOCAL_NODE_NUMBER --- - - function LOCAL_NODE_NUMBER - return RTEMS.UNSIGNED32 is - begin - - return 1; - - end LOCAL_NODE_NUMBER; - -end PER_NODE_CONFIGURATION; diff --git a/c/src/ada-tests/mptests/mp13/node2/mptest-per_node_configuration.adb b/c/src/ada-tests/mptests/mp13/node2/mptest-per_node_configuration.adb deleted file mode 100644 index e127cc5573..0000000000 --- a/c/src/ada-tests/mptests/mp13/node2/mptest-per_node_configuration.adb +++ /dev/null @@ -1,43 +0,0 @@ --- --- MPTEST.PER_NODE_CONFIGURATION / BODY --- --- DESCRIPTION: --- --- This package is the specification for the subpackage --- which will define the per node configuration parameters. --- --- DEPENDENCIES: --- --- --- --- COPYRIGHT (c) 1989-1997. --- On-Line Applications Research Corporation (OAR). --- Copyright assigned to U.S. Government, 1994. --- --- The license and distribution terms for this file may in --- the file LICENSE in this distribution or at --- http://www.OARcorp.com/rtems/license.html. --- --- $Id$ --- - -with RTEMS; - -separate ( MPTEST ) - -package body PER_NODE_CONFIGURATION is - ---PAGE --- --- LOCAL_NODE_NUMBER --- - - function LOCAL_NODE_NUMBER - return RTEMS.UNSIGNED32 is - begin - - return 2; - - end LOCAL_NODE_NUMBER; - -end PER_NODE_CONFIGURATION; diff --git a/c/src/ada-tests/mptests/mp14/node1/mptest-per_node_configuration.adb b/c/src/ada-tests/mptests/mp14/node1/mptest-per_node_configuration.adb deleted file mode 100644 index 7df5087537..0000000000 --- a/c/src/ada-tests/mptests/mp14/node1/mptest-per_node_configuration.adb +++ /dev/null @@ -1,43 +0,0 @@ --- --- MPTEST.PER_NODE_CONFIGURATION / BODY --- --- DESCRIPTION: --- --- This package is the specification for the subpackage --- which will define the per node configuration parameters. --- --- DEPENDENCIES: --- --- --- --- COPYRIGHT (c) 1989-1997. --- On-Line Applications Research Corporation (OAR). --- Copyright assigned to U.S. Government, 1994. --- --- The license and distribution terms for this file may in --- the file LICENSE in this distribution or at --- http://www.OARcorp.com/rtems/license.html. --- --- $Id$ --- - -with RTEMS; - -separate ( MPTEST ) - -package body PER_NODE_CONFIGURATION is - ---PAGE --- --- LOCAL_NODE_NUMBER --- - - function LOCAL_NODE_NUMBER - return RTEMS.UNSIGNED32 is - begin - - return 1; - - end LOCAL_NODE_NUMBER; - -end PER_NODE_CONFIGURATION; diff --git a/c/src/ada-tests/mptests/mp14/node2/mptest-per_node_configuration.adb b/c/src/ada-tests/mptests/mp14/node2/mptest-per_node_configuration.adb deleted file mode 100644 index e127cc5573..0000000000 --- a/c/src/ada-tests/mptests/mp14/node2/mptest-per_node_configuration.adb +++ /dev/null @@ -1,43 +0,0 @@ --- --- MPTEST.PER_NODE_CONFIGURATION / BODY --- --- DESCRIPTION: --- --- This package is the specification for the subpackage --- which will define the per node configuration parameters. --- --- DEPENDENCIES: --- --- --- --- COPYRIGHT (c) 1989-1997. --- On-Line Applications Research Corporation (OAR). --- Copyright assigned to U.S. Government, 1994. --- --- The license and distribution terms for this file may in --- the file LICENSE in this distribution or at --- http://www.OARcorp.com/rtems/license.html. --- --- $Id$ --- - -with RTEMS; - -separate ( MPTEST ) - -package body PER_NODE_CONFIGURATION is - ---PAGE --- --- LOCAL_NODE_NUMBER --- - - function LOCAL_NODE_NUMBER - return RTEMS.UNSIGNED32 is - begin - - return 2; - - end LOCAL_NODE_NUMBER; - -end PER_NODE_CONFIGURATION; diff --git a/c/src/ada-tests/samples/base_mp/mptest.adb b/c/src/ada-tests/samples/base_mp/mptest.adb index 61990654b4..490f55cc54 100644 --- a/c/src/ada-tests/samples/base_mp/mptest.adb +++ b/c/src/ada-tests/samples/base_mp/mptest.adb @@ -29,8 +29,6 @@ with UNSIGNED32_IO; package body MPTEST is - package body PER_NODE_CONFIGURATION is separate; - --PAGE -- -- INIT @@ -39,8 +37,6 @@ package body MPTEST is procedure INIT ( ARGUMENT : in RTEMS.TASK_ARGUMENT ) is - C : RTEMS.CHARACTER; - TIME : RTEMS.TIME_OF_DAY; STATUS : RTEMS.STATUS_CODES; begin @@ -83,7 +79,6 @@ package body MPTEST is procedure APPLICATION_TASK ( ARGUMENT : in RTEMS.TASK_ARGUMENT ) is - TIME : RTEMS.TIME_OF_DAY; TID : RTEMS.ID; STATUS : RTEMS.STATUS_CODES; begin diff --git a/c/src/ada-tests/samples/base_mp/mptest.ads b/c/src/ada-tests/samples/base_mp/mptest.ads index 7ca61a457d..984c12254b 100644 --- a/c/src/ada-tests/samples/base_mp/mptest.ads +++ b/c/src/ada-tests/samples/base_mp/mptest.ads @@ -59,107 +59,4 @@ package MPTEST is ARGUMENT : in RTEMS.TASK_ARGUMENT ); --- --- This is the Driver Address Table for this test. --- - - DEVICE_DRIVERS : aliased RTEMS.DRIVER_ADDRESS_TABLE( 1 .. 1 ) := - (1=> - ( - CLOCK_DRIVER.INITIALIZE'ACCESS, -- Initialization - RTEMS.NO_DRIVER_ENTRY, -- Open - RTEMS.NO_DRIVER_ENTRY, -- Close - RTEMS.NO_DRIVER_ENTRY, -- Read - RTEMS.NO_DRIVER_ENTRY, -- Write - RTEMS.NO_DRIVER_ENTRY -- Control - ) - ); - --- --- This is the Initialization Tasks Table for this test. --- - - INITIALIZATION_TASKS : aliased RTEMS.INITIALIZATION_TASKS_TABLE( 1 .. 1 ) := - (1=> - ( - RTEMS.BUILD_NAME( 'U', 'I', '1', ' ' ), -- task name - 2048, -- stack size - 1, -- priority - RTEMS.GLOBAL, -- attributes - MPTEST.INIT'ACCESS, -- entry point - RTEMS.NO_PREEMPT, -- initial mode - 0 -- argument list - ) - ); - ----------------------------------------------------------------------------- ----------------------------------------------------------------------------- --- BEGIN SUBPACKAGE -- ----------------------------------------------------------------------------- ----------------------------------------------------------------------------- - - -- - -- MPTEST.PER_NODE_CONFIGURATION / SPECIFICATION - -- - -- DESCRIPTION: - -- - -- This package is the specification for the subpackage - -- which will define the per node configuration parameters. - -- - - package PER_NODE_CONFIGURATION is - - -- - -- LOCAL_NODE_NUMBER - -- - -- DESCRIPTION: - -- - -- This function returns the node number for this node. - -- - - function LOCAL_NODE_NUMBER - return RTEMS.UNSIGNED32; - - pragma INLINE ( LOCAL_NODE_NUMBER ); - - end PER_NODE_CONFIGURATION; - ----------------------------------------------------------------------------- ----------------------------------------------------------------------------- --- END SUBPACKAGE -- ----------------------------------------------------------------------------- ----------------------------------------------------------------------------- - --- --- This is the Multiprocessor Configuration Table for this test. --- - - MULTIPROCESSING_CONFIGURATION : aliased RTEMS.MULTIPROCESSING_TABLE := ( - MPTEST.PER_NODE_CONFIGURATION.LOCAL_NODE_NUMBER, - 2, -- maximum # nodes in system - 33, -- maximum # global objects - 33 -- maximum # proxies - ); - --- --- This is the Configuration Table for this test. --- - - CONFIGURATION : aliased RTEMS.CONFIGURATION_TABLE := ( - RTEMS.NULL_ADDRESS, -- will be replaced by BSP - 64 * 1024, -- executive RAM size - 10, -- maximum # tasks - 0, -- maximum # timers - 0, -- maximum # semaphores - 0, -- maximum # message queues - 0, -- maximum # messages - 0, -- maximum # partitions - 0, -- maximum # regions - 0, -- maximum # dp memory areas - 0, -- maximum # periods - 0, -- maximum # user extensions - RTEMS.MILLISECONDS_TO_MICROSECONDS(10), -- # us in a tick - 50 -- # ticks in a timeslice - ); - end MPTEST; diff --git a/c/src/ada-tests/samples/base_mp/node1/Makefile.am b/c/src/ada-tests/samples/base_mp/node1/Makefile.am index 34d842b47b..77c9477074 100644 --- a/c/src/ada-tests/samples/base_mp/node1/Makefile.am +++ b/c/src/ada-tests/samples/base_mp/node1/Makefile.am @@ -7,15 +7,13 @@ include $(top_srcdir)/ada.am AM_ADAFLAGS += -I$(srcdir)/.. -node1$(EXEEXT): mptest-per_node_configuration.adb +node1$(EXEEXT): ../mptest.adb $(GNATCOMPILE) -margs -a $< -o $@ if EXPADA noinst_PROGRAMS = node1 endif -node1_SOURCES = mptest-per_node_configuration.adb - EXTRA_DIST = base_mp.scn include $(top_srcdir)/../../../automake/local.am diff --git a/c/src/ada-tests/samples/base_mp/node1/mptest-per_node_configuration.adb b/c/src/ada-tests/samples/base_mp/node1/mptest-per_node_configuration.adb deleted file mode 100644 index 7df5087537..0000000000 --- a/c/src/ada-tests/samples/base_mp/node1/mptest-per_node_configuration.adb +++ /dev/null @@ -1,43 +0,0 @@ --- --- MPTEST.PER_NODE_CONFIGURATION / BODY --- --- DESCRIPTION: --- --- This package is the specification for the subpackage --- which will define the per node configuration parameters. --- --- DEPENDENCIES: --- --- --- --- COPYRIGHT (c) 1989-1997. --- On-Line Applications Research Corporation (OAR). --- Copyright assigned to U.S. Government, 1994. --- --- The license and distribution terms for this file may in --- the file LICENSE in this distribution or at --- http://www.OARcorp.com/rtems/license.html. --- --- $Id$ --- - -with RTEMS; - -separate ( MPTEST ) - -package body PER_NODE_CONFIGURATION is - ---PAGE --- --- LOCAL_NODE_NUMBER --- - - function LOCAL_NODE_NUMBER - return RTEMS.UNSIGNED32 is - begin - - return 1; - - end LOCAL_NODE_NUMBER; - -end PER_NODE_CONFIGURATION; diff --git a/c/src/ada-tests/samples/base_mp/node2/Makefile.am b/c/src/ada-tests/samples/base_mp/node2/Makefile.am index 268f890831..d685165ae8 100644 --- a/c/src/ada-tests/samples/base_mp/node2/Makefile.am +++ b/c/src/ada-tests/samples/base_mp/node2/Makefile.am @@ -7,7 +7,7 @@ include $(top_srcdir)/ada.am AM_ADAFLAGS += -I$(srcdir)/.. -node2$(EXEEXT): mptest-per_node_configuration.adb +node2$(EXEEXT): ../mptest.adb $(GNATCOMPILE) -margs -a $< -o $@ if EXPADA diff --git a/c/src/ada-tests/samples/base_mp/node2/mptest-per_node_configuration.adb b/c/src/ada-tests/samples/base_mp/node2/mptest-per_node_configuration.adb deleted file mode 100644 index e127cc5573..0000000000 --- a/c/src/ada-tests/samples/base_mp/node2/mptest-per_node_configuration.adb +++ /dev/null @@ -1,43 +0,0 @@ --- --- MPTEST.PER_NODE_CONFIGURATION / BODY --- --- DESCRIPTION: --- --- This package is the specification for the subpackage --- which will define the per node configuration parameters. --- --- DEPENDENCIES: --- --- --- --- COPYRIGHT (c) 1989-1997. --- On-Line Applications Research Corporation (OAR). --- Copyright assigned to U.S. Government, 1994. --- --- The license and distribution terms for this file may in --- the file LICENSE in this distribution or at --- http://www.OARcorp.com/rtems/license.html. --- --- $Id$ --- - -with RTEMS; - -separate ( MPTEST ) - -package body PER_NODE_CONFIGURATION is - ---PAGE --- --- LOCAL_NODE_NUMBER --- - - function LOCAL_NODE_NUMBER - return RTEMS.UNSIGNED32 is - begin - - return 2; - - end LOCAL_NODE_NUMBER; - -end PER_NODE_CONFIGURATION; -- cgit v1.2.3