commit | 9e173c031a7542b1f66b6da853772e5de1804399 | [log] [tgz] |
---|---|---|
author | Nishanth Aravamudan <nacc@us.ibm.com> | Mon Nov 07 01:01:11 2005 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Mon Nov 07 07:53:56 2005 -0800 |
tree | 236423f6922011d3a5e9bb9ff8286d2cc1e8bf02 | |
parent | d44e0780bcc47c9b8851099c0dfc1dda3c9db5a9 [diff] |
[PATCH] ia64: 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 <nacc@us.ibm.com> Cc: "Luck, Tony" <tony.luck@intel.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>