> > > +#define cpu_has_xstore boot_cpu_has(X86_FEATURE_XSTORE)
> > Do we want to do this check only on VIA CPUs I wonder.
> > As a vendor specific extension, I'd be inclined to do that.
>
> No, the whole point of all the crud in arch/i386/kernel/cpu is to make
> those tests _once_ at bootup, and then the internal kernel "extended CPU
> feature set" has a unique feature-set that is independent of manufacturers
> and totally disjunct, so that we never need to care about manufacturers
> ever again.
Of course. Obviously a pre-caffeine email.
Dave
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/