[rtems commit] mpci: Delete unused region support

Sebastian Huber sebh at rtems.org
Fri May 20 14:18:25 UTC 2016


Module:    rtems
Branch:    master
Commit:    516ee758df4e8444f0b55eb6605b592d21984dc2
Changeset: http://git.rtems.org/rtems/commit/?id=516ee758df4e8444f0b55eb6605b592d21984dc2

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri May 20 14:23:56 2016 +0200

mpci: Delete unused region support

---

 cpukit/rtems/src/region.c | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/cpukit/rtems/src/region.c b/cpukit/rtems/src/region.c
index 65933f9..892c680 100644
--- a/cpukit/rtems/src/region.c
+++ b/cpukit/rtems/src/region.c
@@ -51,18 +51,6 @@ static void _Region_Manager_initialization(void)
     RTEMS_MAXIMUM_NAME_LENGTH, /* maximum length of an object name */
     NULL                       /* Proxy extraction support callout */
   );
-
-  /*
-   *  Register the MP Process Packet routine.
-   */
-
-#if defined(RTEMS_MULTIPROCESSING)
-  _MPCI_Register_packet_processor(
-    MP_PACKET_REGION,
-    0  /* Multiprocessing is not currently supported for Regions */
-  );
-#endif
-
 }
 
 RTEMS_SYSINIT_ITEM(




More information about the vc mailing list