Mercurial > ecos
view packages/services/cpuload/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 | 74dbf4c3f2e1 |
| children |
line wrap: on
line source
2010-03-29 Lars Povlsen <lpovlsen@vitesse.com> * src/cpuload.cxx: Update idle_thread_loops reference (volatile, array) 2003-02-24 Jonathan Larmour <jifl@eCosCentric.com> * cdl/cpuload.cdl: Add doc link. 2003-02-20 Bart Veer <bartv@ecoscentric.com> * cdl/cpuload.cdl: identify test binaries, not test sources 2002-08-15 Andrew Lunn <andrew.lunn@ascom.ch> * Created a new package with my CPU load measurement code which has been sitting in the ecos-discuss archive for 2 and a bit years. //=========================================================================== // ####GPLCOPYRIGHTBEGIN#### // ------------------------------------------- // This file is part of eCos, the Embedded Configurable Operating System. // Copyright (C) 2002 Free Software Foundation, Inc. // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 or (at your option) any // later version. // // This program is distributed in the hope that it will be useful, but // WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU // General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the // Free Software Foundation, Inc., 51 Franklin Street, // Fifth Floor, Boston, MA 02110-1301, USA. // ------------------------------------------- // ####GPLCOPYRIGHTEND#### //===========================================================================
