[PATCH] Account for holes that are outside the range of physical memory
[linux-2.6-microblaze.git] / kernel / rtmutex-tester.c
index 494dac8..948bd8f 100644 (file)
@@ -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);