From: Nishanth Aravamudan Date: Sat, 10 Sep 2005 07:27:26 +0000 (-0700) Subject: [PATCH] i386: fix-up schedule_timeout() usage X-Git-Tag: v2.6.14-rc1~150 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52e6e6308801697ae8e59e7a577f9ca71231a35c;p=pandora-kernel.git [PATCH] i386: fix-up schedule_timeout() usage Use schedule_timeout_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