Re: [PATCH] x86: don't compile vsmp_64 for 32bit

From: Ingo Molnar
Date: Thu Mar 26 2009 - 05:13:21 EST



* Ravikiran G Thirumalai <kiran@xxxxxxxxxxxx> wrote:

> > unsynchronized_tsc() just returns a guess anyway, and if you
> > don't have X86_FEATURE_CONSTANT_TSC set, then it will return
> > unstable for your hardware anyway, even without the
> > is_vsmp_box() test.
>
> Unfortunately we use hardware which has X86_FEATURE_CONSTANT_TSC.
>
> >
> > Failing that, you could add yourself to bad_tsc_dmi_table[] and
> > have that mark the tsc as unstable (you have DMI, right?).
> >
>
> Newer versions of the VMM does, but older ones don't :(, and
> obviously we have older versions out in the field that still needs
> to be supported.

But those old versions wont have X86_FEATURE_CONSTANT_TSC set,
right?

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