comparison packages/kernel/current/ChangeLog @ 24:306eee292492 ecos-sw-1999-07-16

Merge from eCos master repository on 1999-07-16-05:47:06-BST
author jlarmour
date Fri, 16 Jul 1999 21:54:32 +0000
parents 53104bbd5f99
children 18ee5a9c102e
comparison
equal deleted inserted replaced
23:8883a9947b66 24:306eee292492
1 1999-07-14 Hugo Tyson <hmt@cygnus.co.uk>
2
3 * tests/kcache1.c (entry0): Also perform timing tests with
4 HAL_DCACHE_INVALIDATE_ALL and/or HAL_ICACHE_INVALIDATE_ALL in the
5 loop if provided by the HAL. Invalidating the Data cache can
6 spoil clock operation, so elapsed time appears to be 0.
7
8 * tests/kcache2.c (entry0): Replace the "if (0)" for having a
9 copy-back cache with a proper test on a HAL macro. Even though I
10 couldn't actually get those parts of the test to work on the
11 platform I'm currently working on.
12
13 1999-07-09 Jesper Skov <jskov@cygnus.co.uk>
14 PR 20210, 20142
15 * tests/stress_threads.c: Shifted thread priorities to make room
16 for main() at priority 0.
17
18 Fixed indentation.
19
1 1999-07-08 Jesper Skov <jskov@cygnus.co.uk> 20 1999-07-08 Jesper Skov <jskov@cygnus.co.uk>
2 PR 20244 21 PR 20244
3 * tests/stress_threads.c: Changed cyg_user_start() to main() 22 * tests/stress_threads.c: Changed cyg_user_start() to main()
4 ensuring a bigger stack (it calls sprintf). 23 ensuring a bigger stack (it calls sprintf).
5 Increased STACK_SIZE by 2kB for printf calls. 24 Increased STACK_SIZE by 2kB for printf calls.