commit | 7cb2c76fa2251474e42d55b75163c9d7ed11741e | [log] [tgz] |
---|---|---|
author | Pierre Ossman <drzeus@drzeus.cx> | Fri Jun 30 02:22:23 2006 -0700 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Sun Jul 02 16:02:02 2006 +0100 |
tree | 65354e6d46ae68915481a7a3f86fbcbb92c4d803 | |
parent | 146ad66eac836c0b976c98f428d73e1f6a75270d [diff] |
[MMC] sdhci: fix timeout loops in sdhci The current timeout loop assume that jiffies are updated. This might not be the case depending on locks and if the kernel is compiled without preemption. Change the system to use a counter and fixed delays. Signed-off-by: Pierre Ossman <drzeus@drzeus.cx> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>