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:
Joel Sherrill
2004-05-23 02:56:41 +00:00
parent c984fb32fc
commit 96e5865d90
2 changed files with 7 additions and 3 deletions

View File

@@ -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

View File

@@ -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