From 453bb4b64225afd3040badb632f7b4adedc816cd Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Sun, 29 Dec 2019 17:43:46 +0100 Subject: rtems: Fix MPCI initialization Update #2408. --- cpukit/include/rtems/rtems/taskmp.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'cpukit/include/rtems/rtems/taskmp.h') diff --git a/cpukit/include/rtems/rtems/taskmp.h b/cpukit/include/rtems/rtems/taskmp.h index 8acfb0d07b..dd5d094b67 100644 --- a/cpukit/include/rtems/rtems/taskmp.h +++ b/cpukit/include/rtems/rtems/taskmp.h @@ -86,16 +86,6 @@ rtems_status_code _RTEMS_tasks_MP_Suspend( rtems_id id ); */ rtems_status_code _RTEMS_tasks_MP_Resume( rtems_id id ); -/** - * @brief _RTEMS_tasks_MP_Process_packet - * - * This routine performs the actions specific to this package for - * the request from another node. - */ -void _RTEMS_tasks_MP_Process_packet ( - rtems_packet_prefix *the_packet_prefix -); - /** * @brief _RTEMS_tasks_MP_Send_object_was_deleted * -- cgit v1.2.3