On Mon, 8 Jun 2015, Andy Lutomirski wrote:
> On Wed, Jun 3, 2015 at 12:03 PM, Len Brown <l...@kernel.org> wrote:
> > If you boot this machine with "tsc=reliable", to disable the cpu_up
> > check_tsc_sync,
> > what happens?  Does the run-time clocksource code detect the bogus TSC 
> > values?
> > If yes, how long does that take?
> 
> They didn't detect it in the time I watched it.

Which is not surprising as the run-time check is disabled with the
reliable flag as well.

        if (tsc_clocksource_reliable)
                clocksource_tsc.flags &= ~CLOCK_SOURCE_MUST_VERIFY;

Thanks,

        tglx
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to