commit | 310b587e011ce02328c8e4c29eccd9f14d9007c5 | [log] [tgz] |
---|---|---|
author | Nishanth Aravamudan <nacc@us.ibm.com> | Sat Sep 10 00:27:27 2005 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sat Sep 10 10:06:37 2005 -0700 |
tree | ffc32e0262a68415d2b89d39d4ac6a35817f9875 | |
parent | 52e6e6308801697ae8e59e7a577f9ca71231a35c [diff] |
[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 <nacc@us.ibm.com> Cc: Ralf Baechle <ralf@linux-mips.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>