From: Nishanth Aravamudan Date: Sat, 10 Sep 2005 07:27:24 +0000 (-0700) Subject: [PATCH] kernel: fix-up schedule_timeout() usage X-Git-Tag: v2.6.14-rc1~153 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75bcc8c5e1de78616b04ef9f317a293a7c1c163c;p=pandora-kernel.git [PATCH] kernel: fix-up schedule_timeout() usage Use schedule_timeout_{,un}interruptible() instead of set_current_state()/schedule_timeout() to reduce kernel size. Signed-off-by: Nishanth Aravamudan Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed