]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] ppc: fix-up schedule_timeout() usage
authorNishanth Aravamudan <nacc@us.ibm.com>
Mon, 7 Nov 2005 09:01:13 +0000 (01:01 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 7 Nov 2005 15:53:56 +0000 (07:53 -0800)
commit8f09f4a25a927080e1fa1331735c3d1b5664866b
tree976ed857b88e3dced0bf277f50fd4c8d371fe885
parent28faa4298ec069d1de4f54597f963be8ef35e706
[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 <nacc@us.ibm.com>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/ppc/4xx_io/serial_sicc.c
arch/ppc/8260_io/fcc_enet.c