Mercurial > ecos-v3_0-branch
changeset 2760:2e5af1a83f85
Switch init priority to CYG_INIT_DEV_WALLCLOCK
| author | bartv |
|---|---|
| date | Wed, 04 Feb 2009 17:19:40 +0000 |
| parents | 868bbcada7b3 |
| children | c92d18208533 |
| files | packages/io/wallclock/current/ChangeLog packages/io/wallclock/current/src/wallclock.cxx |
| diffstat | 2 files changed, 8 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/io/wallclock/current/ChangeLog +++ b/packages/io/wallclock/current/ChangeLog @@ -1,3 +1,8 @@ +2009-02-04 Bart Veer <bartv@ecoscentric.com> + + * src/wallclock.cxx: switch to CYG_INIT_DEV_WALLCLOCK init + priority. + 2008-09-09 Gary Thomas <gary@mlbassoc.com> * include/wallclock/wallclock.inl (_simple_mktime): Use signed @@ -302,7 +307,7 @@ Wed Jul 22 21:04:15 1998 Jonathan Larmo // ####GPLCOPYRIGHTBEGIN#### // ------------------------------------------- // This file is part of eCos, the Embedded Configurable Operating System. -// Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2009 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
--- a/packages/io/wallclock/current/src/wallclock.cxx +++ b/packages/io/wallclock/current/src/wallclock.cxx @@ -8,7 +8,7 @@ // ####ECOSGPLCOPYRIGHTBEGIN#### // ------------------------------------------- // This file is part of eCos, the Embedded Configurable Operating System. -// Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2009 Free Software Foundation, Inc. // // eCos 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 @@ -79,7 +79,7 @@ //----------------------------------------------------------------------------- // Local static variables -static Cyg_WallClock wallclock_instance CYGBLD_ATTRIB_INIT_AFTER( CYG_INIT_CLOCK ); +static Cyg_WallClock wallclock_instance CYGBLD_ATTRIB_INIT_PRI( CYG_INIT_DEV_WALLCLOCK ); #ifndef CYGSEM_WALLCLOCK_SET_GET_MODE static cyg_uint32 epoch_ticks;
