• Andi Kleen's avatar
    [PATCH] Allow xtime_lock declaration in arch specific code for x86-64 · 057de1bb
    Andi Kleen authored
    x86-64 vsyscalls require mapping the sequence number used by
    gettimeofday in a magic way, so that userland can access it via
    vsyscalls for user space time-of-day access.
    
    Instead of putting the magic into generic code I just allowed to move it
    into architecture specific files.
    057de1bb
timer.c 30.5 KB