1. 28 10月, 2005 39 次提交
  2. 27 10月, 2005 1 次提交
    • O
      [PATCH] Fix cpu timers expiration time · 7a4ed937
      Oleg Nesterov 提交于
      There's a silly off-by-one error in the code that updates the expiration
      of posix CPU timers, causing them to not be properly updated when they
      hit exactly on their expiration time (which should be the normal case).
      
      This causes them to then fire immediately again, and only _then_ get
      properly updated.
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      7a4ed937