Files
twx-linux/include/asm-um
Paolo 'Blaisorblade' Giarrusso 16ad6a9070 uml: fix unreasonably long udelay
Currently we have a confused udelay implementation.

* __const_udelay does not accept usecs but xloops in i386 and x86_64
* our implementation requires usecs as arg
* it gets a xloops count when called by asm/arch/delay.h

Bugs related to this (extremely long shutdown times) where reported by some
x86_64 users, especially using Device Mapper.

To hit this bug, a compile-time constant time parameter must be passed - that's
why UML seems to work most times.
Fix this with a simple udelay implementation.

Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2007-04-06 03:43:12 -07:00
..
2006-12-08 08:28:39 -08:00
2007-04-06 03:43:11 -07:00
2007-04-06 03:43:12 -07:00
2006-06-30 11:25:38 -07:00
2006-10-06 08:53:42 -07:00
2006-06-05 12:29:17 -07:00
2006-06-05 12:29:17 -07:00