Skip to content
Commit 000775c5 authored by David S. Miller's avatar David S. Miller
Browse files

[SPARC]: Make gettimeofday() monotonic again.



When we switched away from the optimized C version
things stopped being monotonic.

The problem is that if we run this with interrupts disabled, we can
see the interrupt pending because the counter reached the limit value.
When this happens the counter has bit 31 set, and the low bits start
counting again from zero.

Reported by Martin Habets.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent d0c4c9d4
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