Mercurial > ecos-v3_0-branch
changeset 2763:280e528c60d3
Switch to CYG_INIT_INTERRUPTS priority.
| author | bartv |
|---|---|
| date | Wed, 04 Feb 2009 18:19:29 +0000 |
| parents | 7bd37062c981 |
| children | ecdd38f750f5 |
| files | packages/devs/watchdog/arm/at91wdtc/current/ChangeLog packages/devs/watchdog/arm/at91wdtc/current/src/watchdog_at91wdtc.cxx |
| diffstat | 2 files changed, 8 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/devs/watchdog/arm/at91wdtc/current/ChangeLog +++ b/packages/devs/watchdog/arm/at91wdtc/current/ChangeLog @@ -1,3 +1,8 @@ +2009-02-04 Bart Veer <bartv@ecoscentric.com> + + * src/watchdog_at91wdtc.cxx: switch init priority to + CYG_INIT_INTERRUPTS. + 2006-02-18 Andrew Lunn <andrew.lunn@ascom.ch> * Added watchdog driver for ARM AT91 devices which have the @@ -7,7 +12,7 @@ 2006-02-18 Andrew Lunn <andrew.lunn@as // ####GPLCOPYRIGHTBEGIN#### // ------------------------------------------- // This file is part of eCos, the Embedded Configurable Operating System. -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 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/devs/watchdog/arm/at91wdtc/current/src/watchdog_at91wdtc.cxx +++ b/packages/devs/watchdog/arm/at91wdtc/current/src/watchdog_at91wdtc.cxx @@ -8,7 +8,7 @@ // ####ECOSGPLCOPYRIGHTBEGIN#### // ------------------------------------------- // This file is part of eCos, the Embedded Configurable Operating System. -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2006 Free Software Foundation, Inc. +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2006, 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 @@ -117,7 +117,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_WDTC, INT_PRIO,
