cpu detection: avoid a signed overflow
1<<31 overflows because 1 is signed, so force it to unsigned.
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
Showing
Please
register
or
sign in
to comment
1<<31 overflows because 1 is signed, so force it to unsigned.
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>