From 45819022cee43c0cef9146ccd10aaf20f99b489b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 16 Aug 1995 19:42:41 +0000 Subject: bug fixes to make macro implementations work --- cpukit/rtems/include/rtems/rtems/taskmp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/rtems/include/rtems/rtems/taskmp.h') diff --git a/cpukit/rtems/include/rtems/rtems/taskmp.h b/cpukit/rtems/include/rtems/rtems/taskmp.h index 57ab50c630..c1a1c42280 100644 --- a/cpukit/rtems/include/rtems/rtems/taskmp.h +++ b/cpukit/rtems/include/rtems/rtems/taskmp.h @@ -11,7 +11,7 @@ * to the copyright license under the clause at DFARS 252.227-7013. This * notice must appear in all copies of this file and its derivatives. * - * $Id$ + * taskmp.h,v 1.2 1995/05/31 16:47:30 joel Exp */ #ifndef __RTEMS_RTEMS_TASKS_MP_h @@ -45,7 +45,7 @@ typedef enum { RTEMS_TASKS_MP_GET_NOTE_REQUEST = 8, RTEMS_TASKS_MP_GET_NOTE_RESPONSE = 9, RTEMS_TASKS_MP_SET_NOTE_REQUEST = 10, - RTEMS_TASKS_MP_SET_NOTE_RESPONSE = 11, + RTEMS_TASKS_MP_SET_NOTE_RESPONSE = 11 } RTEMS_tasks_MP_Remote_operations; /* -- cgit v1.2.3