• Jens Axboe's avatar
    [PATCH] fix broken x86_64 rdtscll · 592924d5
    Jens Axboe authored
    The scheduler is completed b0rked on x86_64, and I finally found out
    why.  sched_clock() always returned 0, because rdtscll() always returned
    0.  The 'a' in the macro doesn't agree with the 'a' in the function,
    yippe :-)
    
    This is a show stopper for x86_64.
    592924d5
msr.h 6.68 KB