From cad1f386efba0d2ae9bb945f6cf36f6bc6f9d25d Mon Sep 17 00:00:00 2001 From: Till Straumann Date: Tue, 6 Nov 2007 21:44:07 +0000 Subject: 2007-11-06 Till Straumann * shared/irq/irq.c: test for non-NULL-ness before calling 'on'/'off' methods so that users don't have to provide no-ops if they don't want this feature. --- c/src/lib/libbsp/i386/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'c/src/lib/libbsp/i386/ChangeLog') diff --git a/c/src/lib/libbsp/i386/ChangeLog b/c/src/lib/libbsp/i386/ChangeLog index 19fb7faf2a..03196d53e0 100644 --- a/c/src/lib/libbsp/i386/ChangeLog +++ b/c/src/lib/libbsp/i386/ChangeLog @@ -1,3 +1,9 @@ +2007-11-06 Till Straumann + + * shared/irq/irq.c: test for non-NULL-ness before calling + 'on'/'off' methods so that users don't have to provide + no-ops if they don't want this feature. + 2007-09-12 Joel Sherrill PR 1257/bsps -- cgit v1.2.3