>>> On 01.09.16 at 20:26, <andrew.coop...@citrix.com> wrote:
> I wonder whether a better fix might be to put an explicit (int) cast in
> cpufeat_mask() to yield an signed constant?

That's an option, but will make us use implementation defined
behavior (due to the unsigned -> signed conversion of a non-
representable type when the bit in question is bit 31).

Jan


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

Reply via email to