Skip to content
Commit cf12b127 authored by Arjen Hiemstra's avatar Arjen Hiemstra
Browse files

cpu: Don't use unsigned for usage delta calculation

We may sometimes end up with negative deltas. With unsigned, these end
up wrapping and are hard to detect. Normal long long should be big
enough for these so we can just use that.
parent 6156b379
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment