--- libaitsched/src/hooks.c 2013/08/26 18:48:23 1.22 +++ libaitsched/src/hooks.c 2013/09/02 11:21:22 1.23 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: hooks.c,v 1.22 2013/08/26 18:48:23 misho Exp $ +* $Id: hooks.c,v 1.23 2013/09/02 11:21:22 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -1182,9 +1182,6 @@ sched_hook_rtc(void *task, void *arg __unused) timer_delete(tmr); return (void*) -1; } - - if (!TASK_ISLOCKED(t)) - TASK_LOCK(t); return NULL; }