From: Nishanth Aravamudan Date: Mon, 7 Nov 2005 09:01:13 +0000 (-0800) Subject: [PATCH] ppc: fix-up schedule_timeout() usage X-Git-Tag: v2.6.15-rc1~513 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f09f4a25a927080e1fa1331735c3d1b5664866b;p=pandora-kernel.git [PATCH] ppc: fix-up schedule_timeout() usage Use schedule_timeout_interruptible() instead of set_current_state()/schedule_timeout() to reduce kernel size. Also use human-time conversion functions instead of hard-coded HZ division to avoid rounding errors. Signed-off-by: Nishanth Aravamudan Cc: Benjamin Herrenschmidt Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed