From 96e5865d90d20414ddb35eb3c2f731d39b618d8e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sun, 23 May 2004 02:56:41 +0000 Subject: 2004-05-22 Joel Sherrill 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. --- c/src/lib/libbsp/powerpc/motorola_powerpc/ChangeLog | 7 +++++++ c/src/lib/libbsp/powerpc/motorola_powerpc/include/tm27.h | 3 --- 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'c/src') diff --git a/c/src/lib/libbsp/powerpc/motorola_powerpc/ChangeLog b/c/src/lib/libbsp/powerpc/motorola_powerpc/ChangeLog index cb2b494d44..cb17783c6d 100644 --- a/c/src/lib/libbsp/powerpc/motorola_powerpc/ChangeLog +++ b/c/src/lib/libbsp/powerpc/motorola_powerpc/ChangeLog @@ -1,3 +1,10 @@ +2004-05-22 Joel Sherrill + + 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 PR 610/bsps diff --git a/c/src/lib/libbsp/powerpc/motorola_powerpc/include/tm27.h b/c/src/lib/libbsp/powerpc/motorola_powerpc/include/tm27.h index d5a8b3f44c..13932d10e6 100644 --- a/c/src/lib/libbsp/powerpc/motorola_powerpc/include/tm27.h +++ b/c/src/lib/libbsp/powerpc/motorola_powerpc/include/tm27.h @@ -19,8 +19,6 @@ * Stuff for Time Test 27 */ -#if defined(USE_ENHANCED_INTR_API) - #include #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 -- cgit v1.2.3