summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-07-07 14:07:12 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-07-07 14:07:12 +0000
commit1f4d41b8d9d9952865f31a91c6d5d56213caa769 (patch)
tree1e0089cf41f8c8c2e071bc7712852e976ae8d63d /testsuites/sptests
parent2010-07-07 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-1f4d41b8d9d9952865f31a91c6d5d56213caa769.tar.bz2
2010-07-07 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1606/cpukit * spfatal_support/init.c: Remove INTERNAL_ERROR_INVALID_WORKSPACE_ADDRESS since it is not generated.
Diffstat (limited to 'testsuites/sptests')
-rw-r--r--testsuites/sptests/ChangeLog6
-rw-r--r--testsuites/sptests/spfatal_support/init.c17
2 files changed, 8 insertions, 15 deletions
diff --git a/testsuites/sptests/ChangeLog b/testsuites/sptests/ChangeLog
index 6439eeb003..a2ac4d4559 100644
--- a/testsuites/sptests/ChangeLog
+++ b/testsuites/sptests/ChangeLog
@@ -1,3 +1,9 @@
+2010-07-07 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ PR 1606/cpukit
+ * spfatal_support/init.c: Remove
+ INTERNAL_ERROR_INVALID_WORKSPACE_ADDRESS since it is not generated.
+
2010-07-08 Sebastian Huber <sebastian.huber@embedded-brains.de>
* spfatal09/.cvsignore, spfatal09/Makefile.am,
diff --git a/testsuites/sptests/spfatal_support/init.c b/testsuites/sptests/spfatal_support/init.c
index 376e21b839..07fe3e88d1 100644
--- a/testsuites/sptests/spfatal_support/init.c
+++ b/testsuites/sptests/spfatal_support/init.c
@@ -1,17 +1,5 @@
-/* Init
- *
- * This routine is the initialization task for this test program.
- * It is a user initialization task and has the responsibility for creating
- * and starting the tasks that make up the test. If the time of day
- * clock is required for the test, it should also be set to a known
- * value by this function.
- *
- * Input parameters:
- * argument - task argument
- *
- * Output parameters: NONE
- *
- * COPYRIGHT (c) 1989-2009.
+/*
+ * COPYRIGHT (c) 1989-2010.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -72,7 +60,6 @@ char *Errors_Rtems[] = {
char *Errors_Core[] = {
"INTERNAL_ERROR_NO_CONFIGURATION_TABLE",
"INTERNAL_ERROR_NO_CPU_TABLE",
- "INTERNAL_ERROR_INVALID_WORKSPACE_ADDRESS",
"INTERNAL_ERROR_TOO_LITTLE_WORKSPACE",
"INTERNAL_ERROR_WORKSPACE_ALLOCATION",
"INTERNAL_ERROR_INTERRUPT_STACK_TOO_SMALL",