[PATCH] s390: fix __delay implementation
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Tue, 14 Feb 2006 21:53:14 +0000 (13:53 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 15 Feb 2006 00:09:35 +0000 (16:09 -0800)
commite35a6619e7be59aa38249346327c89207663bb37
tree937b4ef45b317dd1b6854c9c5682af3ddeb55faf
parent5a1342f77304da8dc698e0ecf09925438764d80f
[PATCH] s390: fix __delay implementation

Fix __delay implementation.  Called with an argument "1" or "0" it would
loop nearly forever (since (1/2)-1 = 0xffffffff).

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/s390/lib/delay.c