summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/part.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/rtems/src/part.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/cpukit/rtems/src/part.c b/cpukit/rtems/src/part.c
index 211c1176e9..4df676ed7a 100644
--- a/cpukit/rtems/src/part.c
+++ b/cpukit/rtems/src/part.c
@@ -37,12 +37,8 @@ static void _Partition_Manager_initialization(void)
/* maximum objects of this class */
sizeof( Partition_Control ), /* size of this object's control block */
false, /* true if the name is a string */
- RTEMS_MAXIMUM_NAME_LENGTH /* maximum length of an object name */
-#if defined(RTEMS_MULTIPROCESSING)
- ,
- true, /* true if this is a global object class */
+ RTEMS_MAXIMUM_NAME_LENGTH, /* maximum length of an object name */
_Partition_MP_Send_extract_proxy /* Proxy extraction support callout */
-#endif
);
/*