On Tue, Feb 15, 2022 at 03:25:18PM +0000, Rahul Singh wrote: > {read,write}{l,q} function argument is different for ARM and x86. > ARM {read,wrie}(l,q} function argument is pointer whereas X86 > {read,wrie}(l,q} function argument is address itself. > > {read,write}{l,q} is only used in common file to access the MSI-X PBA > structure. To avoid impacting other x86 code and to make the code common > move the read/write call to MSI-X PBA to arch specific file.
I think we agreed where going to unify {read,write}{l,q} so they could be used in arch-agnostic code? Thanks, Roger.