X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=kernel%2Frtmutex-tester.c;h=015fc633c96c7338f8ffb3e01cc1ce3a17e72030;hb=ef222013fc8c1a2fcba5c7ab169be8ffcb778ec4;hp=494dac872a135823f42a6dec51a8dea301e05f17;hpb=f7d57e42e7ebd085133506ef6325e70e822196dc;p=pandora-kernel.git diff --git a/kernel/rtmutex-tester.c b/kernel/rtmutex-tester.c index 494dac872a13..015fc633c96c 100644 --- a/kernel/rtmutex-tester.c +++ b/kernel/rtmutex-tester.c @@ -6,7 +6,6 @@ * Copyright (C) 2006, Timesys Corp., Thomas Gleixner * */ -#include #include #include #include @@ -14,6 +13,7 @@ #include #include #include +#include #include "rtmutex.h" @@ -275,6 +275,7 @@ static int test_func(void *data) /* Wait for the next command to be executed */ schedule(); + try_to_freeze(); if (signal_pending(current)) flush_signals(current);