mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2004-05-22 Joel Sherrill <joel@OARcorp.com>
PR 615/bsps * include/tm27.h: Removing USE_ENHANCE_INTR_API conditional check since that is the only kind this BSP supports and tm27 does not care which interrupt model is used as long as the macros are properly defined.
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
2004-05-22 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
PR 615/bsps
|
||||
* include/tm27.h: Removing USE_ENHANCE_INTR_API conditional check since
|
||||
that is the only kind this BSP supports and tm27 does not care which
|
||||
interrupt model is used as long as the macros are properly defined.
|
||||
|
||||
2004-04-23 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
PR 610/bsps
|
||||
|
||||
@@ -19,8 +19,6 @@
|
||||
* Stuff for Time Test 27
|
||||
*/
|
||||
|
||||
#if defined(USE_ENHANCED_INTR_API)
|
||||
|
||||
#include <bsp/irq.h>
|
||||
|
||||
#define MUST_WAIT_FOR_INTERRUPT 1
|
||||
@@ -60,6 +58,5 @@ void Install_tm27_vector(void (*_handler)())
|
||||
_msr |= 0x8002; \
|
||||
asm volatile( "mtmsr %0 ;" : "=r" (_msr) : "r" (_msr) ); \
|
||||
} while (0)
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user