X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=kernel%2Frtmutex-tester.c;h=e3055ba6915978c4290492ef16cacb3f3a844c61;hb=3c72f526dfe23f945ad034ae5a88649980d27a50;hp=948bd8f643e25a0c21c88134a61276eed74325c5;hpb=83b0fe818cd2f6cc03365440f2b7cca297a45b4f;p=linux-2.6-omap-h63xx.git diff --git a/kernel/rtmutex-tester.c b/kernel/rtmutex-tester.c index 948bd8f643e..e3055ba6915 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(;;) {