[PATCH 14/25] xen: xen: deal with negative stolen time

2007-04-23 Thread Jeremy Fitzhardinge
Stolen time should never be negative; if it ever is, it probably indicates some other bug. However, if it does happen, then its better to just clamp it at zero, rather than trying to account for it as a huge positive number. Signed-off-by: Jeremy Fitzhardinge <[EMAIL PROTECTED]> ---

[PATCH 14/25] xen: xen: deal with negative stolen time

2007-04-23 Thread Jeremy Fitzhardinge
Stolen time should never be negative; if it ever is, it probably indicates some other bug. However, if it does happen, then its better to just clamp it at zero, rather than trying to account for it as a huge positive number. Signed-off-by: Jeremy Fitzhardinge [EMAIL PROTECTED] ---