From: Luca Tettamanti Date: Fri, 14 Jul 2006 07:24:13 +0000 (-0700) Subject: [PATCH] Add try_to_freeze() to rt-test kthreads X-Git-Tag: v2.6.18-rc2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60198f9992db1e36d5b4cc1526ff29550f7d002c;p=pandora-kernel.git [PATCH] Add try_to_freeze() to rt-test kthreads When CONFIG_RT_MUTEX_TESTER is enabled kernel refuses to suspend the machine because it's unable to freeze the rt-test-* threads. Add try_to_freeze() after schedule() so that the threads will be freezed correctly; I've tested the patch and it lets the notebook suspends and resumes nicely. Signed-off-by: Luca Tettamanti Cc: Ingo Molnar Acked-by: Thomas Gleixner Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed