rcu: get rid of signed overflow in check_cpu_stall()
Signed integer overflow is undefined by the C standard, so move
calculations to unsigned.
Signed-off-by: NPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Showing
想要评论请 注册 或 登录
Signed integer overflow is undefined by the C standard, so move
calculations to unsigned.
Signed-off-by: NPaul E. McKenney <paulmck@linux.vnet.ibm.com>