[PATCH v3 12/13] treewide: convert rdmsrq() from a macro to an inline function

Ilpo Järvinen ilpo.jarvinen at linux.intel.com
Fri Sep 11 02:37:38 PDT 2026


On Fri, 11 Sep 2026, Juergen Gross wrote:

> Today rdmsrq() is a macro using its second parameter as the target for
> storing the read MSR value.
> 
> Convert rdmsrq() to an inline function returning the MSR value.
> 
> The users have been converted using the following semantic patch:
> 
>   // Options: --include-headers
> 
>   virtual patch
>   virtual report
> 
>   @@
>   expression msr, val;
>   @@
>   (
>   - rdmsrq(msr,val)
>   + val = rdmsrq(msr)
>   )
> 
> Signed-off-by: Juergen Gross <jgross at suse.com>
> Acked-by: Damien Le Moal <dlemoal at kernel.org>      # ATA

Acked-by: Ilpo Järvinen <ilpo.jarvinen at linux.intel.com>		# pdx86

What is the plan for merging this?

> Reviewed-by: Michael Kelley <mhklinux at outlook.com> # Hyper-V

-- 
 i.


More information about the linux-mtd mailing list