sp09: Remove partition specific parts

This commit is contained in:
Joel Sherrill
2014-01-04 11:07:56 -06:00
parent f17a9269d3
commit 4470ae9bb9
4 changed files with 9 additions and 46 deletions

View File

@@ -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', ' ' );