From ed11413b483ab31b93e2eb6531bde3480493af58 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 11 Apr 2002 13:51:06 +0000 Subject: 2001-04-11 Joel Sherrill * macros/rtems/score/userext.inl: Now works after merging patch for functionality requested in PR174. * inline/rtems/score/userext.inl: Added a comment explaining the order in which routines appear since it is not the obvious order. --- cpukit/score/inline/rtems/score/userext.inl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cpukit/score/inline/rtems') diff --git a/cpukit/score/inline/rtems/score/userext.inl b/cpukit/score/inline/rtems/score/userext.inl index 21adea0214..ef225bc8e0 100644 --- a/cpukit/score/inline/rtems/score/userext.inl +++ b/cpukit/score/inline/rtems/score/userext.inl @@ -25,6 +25,9 @@ * DESCRIPTION: * * This routine is used to add a user extension set to the active list. + * + * NOTE: Must be before _User_extensions_Handler_initialization to + * ensure proper inlining. */ RTEMS_INLINE_ROUTINE void _User_extensions_Add_set ( -- cgit v1.2.3