From 802316852fe67dbbcc77dcf48cf1e9e8d70cd32a Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 12 Sep 2007 15:22:23 +0000 Subject: Fix entry. --- c/src/lib/libbsp/arm/rtl22xx/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'c/src/lib/libbsp/arm/rtl22xx/ChangeLog') diff --git a/c/src/lib/libbsp/arm/rtl22xx/ChangeLog b/c/src/lib/libbsp/arm/rtl22xx/ChangeLog index eaa820ea3b..de1af2f27d 100644 --- a/c/src/lib/libbsp/arm/rtl22xx/ChangeLog +++ b/c/src/lib/libbsp/arm/rtl22xx/ChangeLog @@ -1,3 +1,17 @@ +2007-09-12 Joel Sherrill + + PR 1257/bsps + * startup/bspstart.c: Code outside of cpukit should use the public + API for rtems_interrupt_disable/rtems_interrupt_enable. By bypassing + the public API and directly accessing _CPU_ISR_Disable and + _CPU_ISR_Enable, they were bypassing the compiler memory barrier + directive which could lead to problems. This patch also changes the + type of the variable passed into these routines and addresses minor + style issues. + +2007-05-28 Joel Sherrill + + * startup/bspstart.c: Eliminate maximum_drivers configuration parameter 2007-08-28 Joel Sherrill * README: Clean up. -- cgit v1.2.3