--- libaitsched/src/hooks.c 2013/08/26 18:48:23 1.22 +++ libaitsched/src/hooks.c 2013/08/27 01:27:32 1.22.2.1 @@ -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.22.2.1 2013/08/27 01:27:32 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; }