[PATCH] reorder slow clock source read for clock source watchdog

2018-11-27 Thread Luming Yu
the clock source watchdog (HPET) in skx is much slower than the clock source TSC. The long latency in the first call may trigger a false postive TSC unstable noise. Let the fast one follows the slow one should fix it. Signed-off-by: Luming Yu Signed-off-by: Yongkai Wu ---

[PATCH] reorder slow clock source read for clock source watchdog

2018-11-27 Thread Luming Yu
the clock source watchdog (HPET) in skx is much slower than the clock source TSC. The long latency in the first call may trigger a false postive TSC unstable noise. Let the fast one follows the slow one should fix it. Signed-off-by: Luming Yu Signed-off-by: Yongkai Wu ---