X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=kernel%2Frtmutex-tester.c;h=e3055ba6915978c4290492ef16cacb3f3a844c61;hb=0fd56c70334d7899edaee742ae49d9b893951376;hp=494dac872a135823f42a6dec51a8dea301e05f17;hpb=51bece910d2b0aca64cd3dee9fa2a8aa7feeadd9;p=pandora-kernel.git diff --git a/kernel/rtmutex-tester.c b/kernel/rtmutex-tester.c index 494dac872a13..e3055ba69159 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" @@ -260,6 +260,7 @@ static int test_func(void *data) int ret; current->flags |= PF_MUTEX_TESTER; + set_freezable(); allow_signal(SIGHUP); for(;;) { @@ -275,6 +276,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);