Files
twx-linux/arch
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
..
2007-03-09 10:50:29 -08:00
2007-01-30 12:10:48 +00:00
2007-01-11 18:18:20 -08:00
2007-03-13 11:26:47 -07:00
2007-03-23 12:49:27 -07:00
2007-04-06 03:43:12 -07:00