summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp09/init.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-01-04 11:07:56 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-01-04 11:08:10 -0600
commit4470ae9bb9ece869ed16dbbc53ea4cb1c5c35111 (patch)
treedd1f337c7e11b927c7394cb666279b8c1aa44aca /testsuites/sptests/sp09/init.c
parentspregion_err01: Clean up comments (diff)
downloadrtems-4470ae9bb9ece869ed16dbbc53ea4cb1c5c35111.tar.bz2
sp09: Remove partition specific parts
Diffstat (limited to 'testsuites/sptests/sp09/init.c')
-rw-r--r--testsuites/sptests/sp09/init.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/testsuites/sptests/sp09/init.c b/testsuites/sptests/sp09/init.c
index 8af9bafd0b..1110f9f9c8 100644
--- a/testsuites/sptests/sp09/init.c
+++ b/testsuites/sptests/sp09/init.c
@@ -1,5 +1,5 @@
/*
- * COPYRIGHT (c) 1989-2009.
+ * COPYRIGHT (c) 1989-2014.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -40,8 +40,6 @@ rtems_task Init(
Queue_name[ 1 ] = rtems_build_name( 'M', 'Q', '1', ' ' );
Queue_name[ 2 ] = rtems_build_name( 'M', 'Q', '2', ' ' );
- Partition_name[ 1 ] = rtems_build_name( 'P', 'T', '1', ' ' );
-
Port_name[ 1 ] = rtems_build_name( 'D', 'P', '1', ' ' );
Period_name[ 1 ] = rtems_build_name( 'T', 'M', '1', ' ' );