• R
    lguest: Sanitize the lguest clock. · 3fabc55f
    Rusty Russell 提交于
    Now the TSC code handles a zero return from calculate_cpu_khz(),
    lguest can simply pass through the value it gets from the Host: if
    non-zero, all the normal TSC code applies.
    
    Otherwise (or if the Host really doesn't support TSC), the clocksource
    code will fall back to the slower but reasonable lguest clock.
    Signed-off-by: NRusty Russell <rusty@rustcorp.com.au>
    3fabc55f
boot.c 39.4 KB