comparison packages/kernel/current/ChangeLog @ 86:6512add4f5d6 ecos-sw-2000-05-05

Merge from eCos master repository on 2000-05-05-07:47:05-BST
author jlarmour
date Fri, 05 May 2000 17:31:08 +0000
parents 489eb5632bc3
children 70190fa0fe10
comparison
equal deleted inserted replaced
85:142b52c7e568 86:6512add4f5d6
1 2000-05-04 Jonathan Larmour <jlarmour@redhat.co.uk>
2
3 * include/instrmnt.h: Remove all CYG_UNUSED_PARAMs as they could
4 cause problems when used with volatile arguments
5 * src/intr/intr.cxx: Use CYG_UNUSED_PARAM to silence warning that
6 appears because of the above change.
7
8 2000-05-02 Gary Thomas <gthomas@redhat.com>
9
10 * tests/kintr0.c:
11 * tests/intr0.cxx: Correct test for cases when VSR_MIN or
12 ISR_MIN are not zero (bad assumption).
13
1 2000-04-26 Jesper Skov <jskov@redhat.com> 14 2000-04-26 Jesper Skov <jskov@redhat.com>
2 15
3 * tests/kcache1.c: Also to flush testing with unified caches. 16 * tests/kcache1.c: Also to flush testing with unified caches.
4 17
5 2000-04-25 Jesper Skov <jskov@redhat.com> 18 2000-04-25 Jesper Skov <jskov@redhat.com>