comparison packages/kernel/current/ChangeLog @ 195:67850532eebb

Merge from eCos master repository on 2001-11-02-06:43:03-GMT
author jlarmour
date Fri, 02 Nov 2001 16:12:33 +0000
parents 678094f34118
children 51b34619b677
comparison
equal deleted inserted replaced
194:feb0fcf83327 195:67850532eebb
1 2001-10-30 Nick Garnett <nickg@redhat.com>
2
3 * tests/kcache2.c (test_dsync):
4 Added call to HAL_ICACHE_INVALIDATE_ALL() just before DCACHE
5 disable. In platforms where both caches are controlled together,
6 such as the VR4300, not doing this can result in strange behaviour
7 as the ICACHE gets turned off under the program's feet, when it is
8 not ready for it.
9
1 2001-10-17 Jesper Skov <jskov@redhat.com> 10 2001-10-17 Jesper Skov <jskov@redhat.com>
2 11
3 * tests/dhrystone.c: CYGINT_ISO_STRING_STRFUNCS check changed to 12 * tests/dhrystone.c: CYGINT_ISO_STRING_STRFUNCS check changed to
4 ifdef. 13 ifdef.
5 14
6 2001-10-12 Jonathan Larmour <jlarmour@redhat.com> 15 2001-10-12 Jonathan Larmour <jlarmour@redhat.com>
7 16
8 * cdl/synch.cdl (CYGIMP_KERNEL_SYNCH_MQUEUE_NOT_INLINE): New option 17 * cdl/synch.cdl (CYGIMP_KERNEL_SYNCH_MQUEUE_NOT_INLINE): New option
9 to avoid inliningn mqueue implementation. 18 to avoid inlining mqueue implementation.
10 19
11 * src/sync/mqueue.cxx: New file to provide non-inline version of 20 * src/sync/mqueue.cxx: New file to provide non-inline version of
12 mqueue functions. 21 mqueue functions.
13 22
14 * include/mqueue.hxx: Don't include .inl if user doesn't want inlining. 23 * include/mqueue.hxx: Don't include .inl if user doesn't want inlining.