2009-12-11 Joel Sherrill <joel.sherrill@oarcorp.com>

* clock/ckinit.c: Fix warning.
This commit is contained in:
Joel Sherrill
2009-12-11 20:54:30 +00:00
parent e0d83f696a
commit 0a7fb3c12d
2 changed files with 5 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2009-12-11 Joel Sherrill <joel.sherrill@oarcorp.com>
* clock/ckinit.c: Fix warning.
2009-12-11 Joel Sherrill <joel.sherrill@oarcorp.com>
* startup/bspgetworkarea.c: Make bsp_mem_size available for page table

View File

@@ -75,6 +75,7 @@ void Clock_driver_support_at_tick_empty(void)
#define Clock_driver_support_install_isr( _new, _old ) \
do { \
_old = NULL; \
} while(0)
extern volatile uint32_t Clock_driver_isrs;