From: Nishanth Aravamudan Date: Sat, 10 Sep 2005 07:27:27 +0000 (-0700) Subject: [PATCH] mips: fix-up schedule_timeout() usage X-Git-Tag: v2.6.14-rc1~149 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=310b587e011ce02328c8e4c29eccd9f14d9007c5;p=pandora-kernel.git [PATCH] mips: fix-up schedule_timeout() usage Use schedule_timeout_interruptible() instead of set_current_state()/schedule_timeout() to reduce kernel size. Also, replace custom timespectojiffies() function with globally availabe timespec_to_jiffies(). Signed-off-by: Nishanth Aravamudan Cc: Ralf Baechle Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed