Re: [PATCH 02/32] powercap: Stop using 32-bit MSR interfaces
From: Ingo Molnar
Date: Mon Jun 29 2026 - 07:32:01 EST
* Juergen Gross <jgross@xxxxxxxx> wrote:
> The 32-bit MSR interfaces rdmsr_safe() and wrmsr_safe() are planned to
> be removed. Use the related 64-bit variants instead.
>
> Drop a pointless initializer.
Was the initializer really 'pointless'? IIRC it suppressed a build warning
on 32-bit builds, at least in some past iterations of these APIs.
So maybe this should say: 'Drop initializer that became pointless'?
Thanks,
Ingo