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. --- .../libbsp/powerpc/support/old_exception_processing/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'c/src/lib/libbsp/powerpc/support/old_exception_processing/ChangeLog') diff --git a/c/src/lib/libbsp/powerpc/support/old_exception_processing/ChangeLog b/c/src/lib/libbsp/powerpc/support/old_exception_processing/ChangeLog index 514a006ddf..bee7d01726 100644 --- a/c/src/lib/libbsp/powerpc/support/old_exception_processing/ChangeLog +++ b/c/src/lib/libbsp/powerpc/support/old_exception_processing/ChangeLog @@ -1,3 +1,13 @@ +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. + 2001-11-26 Ralf Corsepius * .cvsignore: Add aclocal.m4, autom4te.*, config.*, configure. -- cgit v1.2.3