Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • I ipipe
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • xenomaixenomai
  • ipipe
  • Repository
Switch branch/tag
  • ipipe
  • arch
  • x86_64
  • kernel
  • time.c
Find file BlameHistoryPermalink
  • Jan Beulich's avatar
    [PATCH] x86_64: Fix get_cmos_time() · 5329e13d
    Jan Beulich authored Jan 11, 2006
    
    
    Due to a broken condition, the body of the loop that is intended to wait for
    the Update-In-Progress bit to get set and then cleared again was never
    entered; in fact, the entire loop was optimized out by the compiler. Here is
    a change to fix the condition (and to also move the initialization of locals
    out of the spin lock protected region).
    
    Signed-Off-By: default avatarJan Beulich <jbeulich@novell.com>
    
    Signed-off-by: default avatarAndi Kleen <ak@suse.de>
    Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
    5329e13d

Imprint & Privacy Policy