On Tue, 27 Nov 2018, Tim Chen wrote: > I think it will be cleaner just to fold the msr update into > __speculation_ctrl_update to fix this issue.
Yes, that looks nicer and avoids a couple of extra static_cpu_has() evaluations. I'll fold it into the proper places. Thanks, tglx