From 55cf0bf2a5b81714eaa8c7ab79c4e3447d0f250f Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 19 Aug 2008 13:18:40 +0000 Subject: 2008-08-19 Joel Sherrill * score/inline/rtems/score/threadmp.inl: Add include of rtems/score/mpci.h and remove extern. --- cpukit/score/inline/rtems/score/threadmp.inl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'cpukit/score/inline/rtems/score/threadmp.inl') diff --git a/cpukit/score/inline/rtems/score/threadmp.inl b/cpukit/score/inline/rtems/score/threadmp.inl index 6a58553282..c9cdb97c3f 100644 --- a/cpukit/score/inline/rtems/score/threadmp.inl +++ b/cpukit/score/inline/rtems/score/threadmp.inl @@ -6,7 +6,7 @@ */ /* - * COPYRIGHT (c) 1989-2004. + * COPYRIGHT (c) 1989-2008. * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may be @@ -20,6 +20,8 @@ # error "Never use directly; include instead." #endif +#include + #ifndef _RTEMS_SCORE_THREADMP_INL #define _RTEMS_SCORE_THREADMP_INL @@ -37,7 +39,6 @@ RTEMS_INLINE_ROUTINE boolean _Thread_MP_Is_receive ( Thread_Control *the_thread ) { - extern Thread_Control *_MPCI_Receive_server_tcb; return the_thread == _MPCI_Receive_server_tcb; } -- cgit v1.2.3