clocksource: Reduce clocksource-skew threshold
[sfrench/cifs-2.6.git] / arch / x86 / kernel / tsc.c
index 6eb1b097e97eba5f827016363813e61e87939d23..2e076a459a0c084aa279f32f3fc644604713e595 100644 (file)
@@ -1128,6 +1128,7 @@ static int tsc_cs_enable(struct clocksource *cs)
 static struct clocksource clocksource_tsc_early = {
        .name                   = "tsc-early",
        .rating                 = 299,
+       .uncertainty_margin     = 32 * NSEC_PER_MSEC,
        .read                   = read_tsc,
        .mask                   = CLOCKSOURCE_MASK(64),
        .flags                  = CLOCK_SOURCE_IS_CONTINUOUS |