[rtems commit] score: Remove ASM guard

Sebastian Huber sebh at rtems.org
Wed Feb 19 08:52:43 UTC 2014


Module:    rtems
Branch:    master
Commit:    2afe065785b9e6e9cec41bffa7635317db3aebb9
Changeset: http://git.rtems.org/rtems/commit/?id=2afe065785b9e6e9cec41bffa7635317db3aebb9

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Mon Feb 17 14:12:21 2014 +0100

score: Remove ASM guard

---

 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 )




More information about the vc mailing list