bsps/sparc: Fix link-time error

Fix for commit 76ac1ee3bb.
This commit is contained in:
Sebastian Huber
2016-01-26 11:54:21 +01:00
parent 275806412b
commit b501fcfef3

View File

@@ -135,16 +135,10 @@ void Clock_isr(void *arg_unused)
} while ( _Thread_Executing == _Thread_Idle &&
_Thread_Heir == _Thread_Executing);
Clock_driver_support_at_tick();
return;
#else
/*
* Add custom handling at every tick from bsp.h
*/
Clock_driver_support_at_tick();
#ifdef CLOCK_DRIVER_ISRS_PER_TICK
/*
* The driver is multiple ISRs per clock tick.