From ec6422eb96778c3a4339f674dc92bdc3edbc1a30 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 25 Mar 2003 16:55:53 +0000 Subject: 2003-03-25 Till Straumann PR 360/bsps * irq/irq.c, irq/irq_init.c, openpic/openpic.c, openpic/openpic.h: BSP code had set the task priority register multiple times of the OpenPIC instead of setting the individual source priorities. This patch adds openpic_get_source_priority() and openpic_set_source_priority() calls and lets IRQ management code use them. --- c/src/lib/libbsp/powerpc/shared/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'c/src/lib/libbsp/powerpc/shared/ChangeLog') diff --git a/c/src/lib/libbsp/powerpc/shared/ChangeLog b/c/src/lib/libbsp/powerpc/shared/ChangeLog index 487e7abfd1..afb827ba04 100644 --- a/c/src/lib/libbsp/powerpc/shared/ChangeLog +++ b/c/src/lib/libbsp/powerpc/shared/ChangeLog @@ -1,3 +1,13 @@ +2003-03-25 Till Straumann + + PR 360/bsps + * irq/irq.c, irq/irq_init.c, openpic/openpic.c, openpic/openpic.h: + BSP code had set the task priority register multiple times of + the OpenPIC instead of setting the individual source priorities. + This patch adds openpic_get_source_priority() and + openpic_set_source_priority() calls and lets IRQ management code + use them. + 2003-03-25 Till Straumann PR 349/bsps -- cgit v1.2.3