From 4f0b287a4aa0d948d61f5c2ef1915c4db24f30e9 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 17 Jul 2002 17:14:31 +0000 Subject: 2002-07-17 Jay Monkman * rtems/score/cpu_asm.h: Enhanced to include register offsets. * Makefile.am: Install rtems/score/cpu_asm.h. * cpu.c: Significantly enhanced including the implementation of _CPU_ISR_Get_level. * cpu_asm.S: Improved behavior of context switch and interrupt dispatching. * rtems/score/arm.h: Improved the CPU model name determination. * rtems/score/cpu.h: Improved interrupt disable/enable functions. --- c/src/exec/score/cpu/arm/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'c/src/exec/score/cpu/arm/ChangeLog') diff --git a/c/src/exec/score/cpu/arm/ChangeLog b/c/src/exec/score/cpu/arm/ChangeLog index e3499a1546..8b946f1ad2 100644 --- a/c/src/exec/score/cpu/arm/ChangeLog +++ b/c/src/exec/score/cpu/arm/ChangeLog @@ -1,3 +1,14 @@ +2002-07-17 Jay Monkman + + * rtems/score/cpu_asm.h: Enhanced to include register offsets. + * Makefile.am: Install rtems/score/cpu_asm.h. + * cpu.c: Significantly enhanced including the implementation of + _CPU_ISR_Get_level. + * cpu_asm.S: Improved behavior of context switch and interrupt + dispatching. + * rtems/score/arm.h: Improved the CPU model name determination. + * rtems/score/cpu.h: Improved interrupt disable/enable functions. + 2002-07-05 Joel Sherrill * rtems/score/cpu.h: Filled in something that was marked XXX. -- cgit v1.2.3