public inbox for ecos-patches@sourceware.org
 help / color / mirror / Atom feed
* update generic wallclock package
@ 2009-02-04 17:18 Bart Veer
  0 siblings, 0 replies; only message in thread
From: Bart Veer @ 2009-02-04 17:18 UTC (permalink / raw)
  To: ecos-patches

This switches the generic wallclock code, and by implication nearly
all walclock drivers since they initialize via the init_hw_seconds()
member function, to use CYG_INIT_DEV_WALLCLOCK.

Bart

2009-02-04  Bart Veer  <bartv@ecoscentric.com>

	* src/wallclock.cxx: switch to CYG_INIT_DEV_WALLCLOCK init
	priority.

Index: src/wallclock.cxx
===================================================================
RCS file: /cvs/ecos/ecos/packages/io/wallclock/current/src/wallclock.cxx,v
retrieving revision 1.8
diff -u -p -r1.8 wallclock.cxx
--- src/wallclock.cxx	29 Jan 2009 17:49:49 -0000	1.8
+++ src/wallclock.cxx	4 Feb 2009 17:14:26 -0000
@@ -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;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-02-04 17:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-02-04 17:18 update generic wallclock package Bart Veer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).