Re: [PATCH 6/8] x86/msr: Switch all callers of rdmsrq_safe_on_cpu() to use rdmsr_safe_on_cpu()

From: Ingo Molnar

Date: Fri Jun 05 2026 - 04:53:28 EST



* Juergen Gross <jgross@xxxxxxxx> wrote:

> Now that rdmsr_safe_on_cpu() has the same interface as
> rdmsrq_safe_on_cpu(), the callers of rdmsrq_safe_on_cpu() can be
> switched to rdmsr_safe_on_cpu() and rdmsrq_safe_on_cpu() can be
> removed.
>
> Signed-off-by: Juergen Gross <jgross@xxxxxxxx>

Similarly to the other patches, this should be split into two
patches as well.

Thanks,

Ingo