From 75ad73760f33b0d2b30061919d8d4b4bf0b4277b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 28 Nov 2001 18:15:51 +0000 Subject: 2001-11-28 Joel Sherrill , This was tracked as PR91. * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which is used to specify if the port uses the standard macro for this (FALSE). A TRUE setting indicates the port provides its own implementation. * rtems/score/c_isr.inl: Deleted and contents merged into cpu.c. * cpu.c: Received contents of c_isr.inl. * Makefile.am: Deleted reference to c_isr.inl. --- .../lib/libbsp/powerpc/support/old_exception_processing/Makefile.am | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'c/src/lib/libbsp/powerpc/support/old_exception_processing/Makefile.am') diff --git a/c/src/lib/libbsp/powerpc/support/old_exception_processing/Makefile.am b/c/src/lib/libbsp/powerpc/support/old_exception_processing/Makefile.am index 476397992e..66af1d137e 100644 --- a/c/src/lib/libbsp/powerpc/support/old_exception_processing/Makefile.am +++ b/c/src/lib/libbsp/powerpc/support/old_exception_processing/Makefile.am @@ -13,8 +13,7 @@ C_FILES = cpu.c C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o) include_rtems_scoredir = $(includedir)/rtems/score -include_rtems_score_HEADERS = rtems/score/cpu.h \ - rtems/score/c_isr.inl rtems/score/ppc_offs.h +include_rtems_score_HEADERS = rtems/score/cpu.h rtems/score/ppc_offs.h # Assembly source names S_FILES = cpu_asm.S @@ -28,8 +27,7 @@ TMPINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/rtems/score \ $(include_rtems_score_HEADERS:%=$(PROJECT_INCLUDE)/%) # FIXME: This should not be here. -PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems/score/cpu.h \ - $(PROJECT_INCLUDE)/rtems/score/c_isr.inl +PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems/score/cpu.h TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/rtems$(LIB_VARIANT).o -- cgit v1.2.3