diff packages/hal/arm/arch/current/ChangeLog @ 2126:0141a9e24d21

* src/vectors.S: disable FIQ in IRQ handler to fix race condition recursively entering IRQ handler through FIQ handler. Remove unreferenced handle_IRQ_or_FIQ label.
author asl
date Thu, 09 Feb 2006 16:47:39 +0000
parents fae1320c2db8
children 0f6dadbc02a9
line wrap: on
line diff
--- a/packages/hal/arm/arch/current/ChangeLog
+++ b/packages/hal/arm/arch/current/ChangeLog
@@ -1,3 +1,9 @@
+2006-02-06  Sergei Organov  <osv@javad.com>
+
+	* src/vectors.S: disable FIQ in IRQ handler to fix race condition
+	of recursively entering IRQ handler through FIQ handler. Remove
+	unreferenced handle_IRQ_or_FIQ label.
+	
 2006-01-18  Jay Foster    <jay@systech.com>
 
 	* src/context.S (hal_thread_switch_context): Close race condition