From: Heiko Carstens Date: Tue, 14 Feb 2006 21:53:14 +0000 (-0800) Subject: [PATCH] s390: fix __delay implementation X-Git-Tag: v2.6.16-rc4~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e35a6619e7be59aa38249346327c89207663bb37;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed