From 2fd427c7926495b3e1ad3c7aaaa489f8cde95573 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 5 Jun 2008 14:30:07 +0000 Subject: 2008-06-05 Joel Sherrill * rtems/score/cpu.h: Add CPU_SIMPLE_VECTORED_INTERRUPTS porting parameter to indicate that the port uses the Simple Vectored Interrupt model or the Programmable Interrupt Controller Model. The PIC model is implemented primarily in the BSP and it is responsible for all memory allocation. --- cpukit/score/cpu/no_cpu/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'cpukit/score/cpu/no_cpu/ChangeLog') diff --git a/cpukit/score/cpu/no_cpu/ChangeLog b/cpukit/score/cpu/no_cpu/ChangeLog index 3403063650..c4a42eb055 100644 --- a/cpukit/score/cpu/no_cpu/ChangeLog +++ b/cpukit/score/cpu/no_cpu/ChangeLog @@ -1,3 +1,11 @@ +2008-06-05 Joel Sherrill + + * rtems/score/cpu.h: Add CPU_SIMPLE_VECTORED_INTERRUPTS porting + parameter to indicate that the port uses the Simple Vectored + Interrupt model or the Programmable Interrupt Controller Model. The + PIC model is implemented primarily in the BSP and it is responsible + for all memory allocation. + 2008-01-29 Joel Sherrill * rtems/score/cpu.h: Remove most doxygen warnings. -- cgit v1.2.3