1. 13 Jan, 2008 1 commit
    • David S. Miller's avatar
      [SPARC]: Make gettimeofday() monotonic again. · 000775c5
      David S. Miller authored
      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>
      000775c5
  2. 11 Jan, 2008 23 commits
  3. 10 Jan, 2008 16 commits