This is the mail archive of the ecos-patches@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

fix another init priority


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

	* src/watchdog_lpc2xxx.cxx: switch init priority to
	CYG_INIT_INTERRUPTS.

Index: src/watchdog_lpc2xxx.cxx
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/watchdog/arm/lpc2xxx/current/src/watchdog_lpc2xxx.cxx,v
retrieving revision 1.5
diff -u -p -r1.5 watchdog_lpc2xxx.cxx
--- src/watchdog_lpc2xxx.cxx	29 Jan 2009 17:48:49 -0000	1.5
+++ src/watchdog_lpc2xxx.cxx	9 Feb 2009 21:06:33 -0000
@@ -120,7 +120,7 @@ isr(cyg_vector vector, CYG_ADDRWORD data
 
 //==========================================================================
 
-static CYGBLD_ATTRIB_INIT_PRI(CYG_INIT_DRIVERS)
+static CYGBLD_ATTRIB_INIT_PRI(CYG_INIT_INTERRUPTS)
   Cyg_Interrupt wdint(
     CYGNUM_HAL_INTERRUPT_WD,
     INT_PRIO,


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]