|
|
|
|
|
|
|
|
|
|
xen-devel
RE: [Xen-devel] cpufreq: weird bug in set_time_scale
> Yep, that case is not acceptable for the DIV instruction,
> because it causes overflow of the quotient. It's fixed
> by xen-unstable changeset 16098.
>
> It's a one-char fix: the loop on (tps32 < MILLISECS(1000))
> needs to be (tps32 <= MILLISECS(1000)).
Thanks, that fixed it.
-Mark Langsdorf
Operating System Research Center
AMD
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|