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 [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

