]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] add schedule_timeout_{,un}interruptible() interfaces
authorNishanth Aravamudan <nacc@us.ibm.com>
Sat, 10 Sep 2005 07:27:21 +0000 (00:27 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 10 Sep 2005 17:06:36 +0000 (10:06 -0700)
commitd570c1bf0b9bf456db74886ea6df1c36f9a172a4
tree1332ce542510b88014767f3536d9150710a2f3f9
parent9a3b4ec5cd2ad90fbf34b6586f48a2efd79e9a0a
[PATCH] add schedule_timeout_{,un}interruptible() interfaces

Add schedule_timeout_{,un}interruptible() interfaces so that
schedule_timeout() callers don't have to worry about forgetting to add the
set_current_state() call beforehand.

Signed-off-by: Nishanth Aravamudan <nacc@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/linux/sched.h
kernel/timer.c