From 632e4306dcb9bada638e35e7cd5f1de0fcf66902 Mon Sep 17 00:00:00 2001 From: Thomas Doerfler Date: Fri, 17 Jul 2009 13:50:31 +0000 Subject: exception handler maintenance --- cpukit/score/cpu/arm/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'cpukit/score/cpu/arm/ChangeLog') diff --git a/cpukit/score/cpu/arm/ChangeLog b/cpukit/score/cpu/arm/ChangeLog index 6bf9b93f24..04f9784fef 100644 --- a/cpukit/score/cpu/arm/ChangeLog +++ b/cpukit/score/cpu/arm/ChangeLog @@ -1,3 +1,19 @@ +2009-07-15 Sebastian Huber + + * arm_exc_handler_high.c, arm_exc_handler_low.S, arm_exc_interrupt.S: + New files. + * Makefile.am: Update. + * rtems/score/cpu.h: Removed all generic comments. Changed inline + assembler of interrupt support functions. Removed operating system + support for fast interrupts (FIQ). Overall cleanup. + * cpu.c: Changed type of arm_cpu_mode to uint32_t to match the type in + _CPU_Context_Initialize(). Moved exception handler code into + 'arm_exc_handler_high.c'. _CPU_ISR_install_vector() writes now only + if necessary. + * cpu_asm.S: Moved exception handler code into 'arm_exc_handler_low.S'. + * rtems/score/types.h: Removed superfluous defines. + * ChangeLog, thumb_isr.c: Removed files. + 2009-05-05 Joel Sherrill * rtems/score/cpu.h: Remove warnings. -- cgit v1.2.3