From fd06f6c0d44b740a916ba80a4a0fb082fefca6d8 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 1 Sep 2005 13:22:18 +0000 Subject: [PATCH] 2005-09-01 Joel Sherrill * 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. --- c/src/lib/libbsp/powerpc/shared/ChangeLog | 5 +++++ c/src/lib/libbsp/powerpc/shared/include/bsp.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/c/src/lib/libbsp/powerpc/shared/ChangeLog b/c/src/lib/libbsp/powerpc/shared/ChangeLog index 0f0737cdee..dc44121a4c 100644 --- a/c/src/lib/libbsp/powerpc/shared/ChangeLog +++ b/c/src/lib/libbsp/powerpc/shared/ChangeLog @@ -1,3 +1,8 @@ +2005-09-01 Joel Sherrill + + * 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 * startup/bspstart.c: Removed mpc824x conditionals around call to diff --git a/c/src/lib/libbsp/powerpc/shared/include/bsp.h b/c/src/lib/libbsp/powerpc/shared/include/bsp.h index 4c75b25266..67d3172e78 100644 --- a/c/src/lib/libbsp/powerpc/shared/include/bsp.h +++ b/c/src/lib/libbsp/powerpc/shared/include/bsp.h @@ -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