Re: [PATCH 4/8] x86/msr: Switch all callers of wrmsrq_on_cpu() to use wrmsr_on_cpu()
From: Ingo Molnar
Date: Fri Jun 05 2026 - 04:56:23 EST
* Juergen Gross <jgross@xxxxxxxx> wrote:
> Now that wrmsr_on_cpu() has the same interface as wrmsrq_on_cpu(), the
> callers of wrmsrq_on_cpu() can be switched to wrmsr_on_cpu() and
> wrmsrq_on_cpu() can be removed.
Similarly to the other patches, this should be split into two
as well.
Thanks,
Ingo