Re: [PATCH] Don't enable F00F workaround on Intel Quark processors.

2014-10-28 Thread Bryan O'Donoghue
On 28/10/14 17:57, Dave Jones wrote: > The Intel Quark processor is a part of family 5, but does not have the > F00F bug present in Pentiums of the same family. > > Pentiums were models 0 through 8, Quark is model 9. Tested - works, F00F removed from list of bugs in /proc/cpuinfo BOD --

[PATCH] Don't enable F00F workaround on Intel Quark processors.

2014-10-28 Thread Dave Jones
The Intel Quark processor is a part of family 5, but does not have the F00F bug present in Pentiums of the same family. Pentiums were models 0 through 8, Quark is model 9. Cc: Bryan O'Donoghue Signed-off-by: Dave Jones diff --git a/arch/x86/kernel/cpu/intel.c b/arch/x86/kernel/cpu/intel.c inde