mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
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:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user