From 2afe065785b9e6e9cec41bffa7635317db3aebb9 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 17 Feb 2014 14:12:21 +0100 Subject: score: Remove ASM guard --- cpukit/score/include/rtems/score/smp.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cpukit/score/include/rtems/score/smp.h b/cpukit/score/include/rtems/score/smp.h index 0643c62bd1..3c60baaed2 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 ) -- cgit v1.2.3