[PATCH 12/17] score: Remove ASM guard

Sebastian Huber sebastian.huber at embedded-brains.de
Mon Feb 17 15:51:37 UTC 2014


---
 cpukit/score/include/rtems/score/smp.h |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/cpukit/score/include/rtems/score/smp.h b/cpukit/score/include/rtems/score/smp.h
index 0643c62..3c60baa 100644
--- a/cpukit/score/include/rtems/score/smp.h
+++ b/cpukit/score/include/rtems/score/smp.h
@@ -41,8 +41,6 @@ extern "C" {
  */
 #define SMP_MESSAGE_SHUTDOWN UINT32_C(0x1)
 
-#if !defined( ASM )
-
 /**
  * @brief SMP fatal codes.
  */
@@ -109,8 +107,6 @@ void _SMP_Request_other_cores_to_perform_first_context_switch(void);
     do { } while ( 0 )
 #endif
 
-#endif /* !defined( ASM ) */
-
 /** @} */
 
 #if defined( RTEMS_SMP )
-- 
1.7.7




More information about the devel mailing list