Mercurial > ecos
diff packages/kernel/current/ChangeLog @ 2948:041821fb5427
* kernel/current/src/common/thread.cxx,
services/cpuload/current/src/cpuload.cxx:
Add volatile to thread_idle_loops for correct operation when built
with GCC 4.
| author | jld |
|---|---|
| date | Mon, 10 May 2010 15:58:36 +0000 |
| parents | f89e0743ba67 |
| children | 00ddfb443539 |
line wrap: on
line diff
--- a/packages/kernel/current/ChangeLog +++ b/packages/kernel/current/ChangeLog @@ -1,3 +1,8 @@ +2010-03-29 Lars Povlsen <lpovlsen@vitesse.com> + + * src/common/thread.cxx: Add volatile to idle_thread_loops for use with + cpuload package and GCC 4. + 2010-02-25 John Dallaway <john@dallaway.org.uk> * doc/kernel.sgml: Indicate that cyg_alarm_initialize() takes an
