• Thomas Gleixner's avatar
    x86: Add timer_init to x86_init_ops · 845b3944
    Thomas Gleixner authored
    The timer init code is convoluted with several quirks and the paravirt
    timer chooser. Figuring out which code path is actually taken is not
    for the faint hearted.
    
    Move the numaq TSC quirk to tsc_pre_init x86_init_ops function and
    replace the paravirt time chooser and the remaining x86 quirk with a
    simple x86_init_ops function.
    Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
    845b3944
visws_quirks.c 16.2 KB