Mercurial > ecos
diff packages/io/wallclock/current/src/wallclock.cxx @ 2760:2e5af1a83f85
Switch init priority to CYG_INIT_DEV_WALLCLOCK
| author | bartv |
|---|---|
| date | Wed, 04 Feb 2009 17:19:40 +0000 |
| parents | 74dbf4c3f2e1 |
| children |
line wrap: on
line diff
--- 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;
