2005-09-01 Joel Sherrill <joel@OARcorp.com>

* include/bsp.h: This file is only to be used by BSPs with the new
	interrupt API so checking for USE_ENHANCED_INTR_API is not needed.
This commit is contained in:
Joel Sherrill
2005-09-01 13:22:18 +00:00
parent cc2efb6012
commit fd06f6c0d4
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2005-09-01 Joel Sherrill <joel@OARcorp.com>
* include/bsp.h: This file is only to be used by BSPs with the new
interrupt API so checking for USE_ENHANCED_INTR_API is not needed.
2004-11-23 Richard Campbell <richard.campbell@oarcorp.com>
* startup/bspstart.c: Removed mpc824x conditionals around call to

View File

@@ -151,7 +151,7 @@ extern unsigned long _BSP_clear_hostbridge_errors(int enableMCP, int quiet);
* TM27 stuff
*/
#if defined(USE_ENHANCED_INTR_API) && defined(RTEMS_TM27)
#if defined(RTEMS_TM27)
#include <bsp/irq.h>