Re: [PATCH] x86: Quark: Add if/else to setup_arch for Quark TLB bug

From: Bryan O'Donoghue
Date: Fri Sep 26 2014 - 13:40:21 EST


On 26/09/14 18:35, Dave Jones wrote:
> + if (boot_cpu_data.x86 == 5 && boot_cpu_data.x86_model == 9)
> + __flush_tlb();

This also needs a check for the cpu vendor, or this will apply
the workaround on for eg, AMD K6-III's.

Ah OK.

Will update.

--
BOD

--
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/