Re: [PATCH v2] x86+Arm: drop (rename) __virt_to_maddr() / __maddr_to_virt()

2024-03-12 Thread Jan Beulich
On 12.03.2024 11:33, Julien Grall wrote: > Hi Jan, > > On 12/03/2024 10:27, Jan Beulich wrote: >> There's no use of them anymore except in the definitions of the non- >> underscore-prefixed aliases. >> >> On Arm convert the (renamed) inline function to a macro. >> >> On x86 rename the inline

Re: [PATCH v2] x86+Arm: drop (rename) __virt_to_maddr() / __maddr_to_virt()

2024-03-12 Thread Oleksii
Hi Julien, On Tue, 2024-03-12 at 10:33 +, Julien Grall wrote: > Hi Jan, > > On 12/03/2024 10:27, Jan Beulich wrote: > > There's no use of them anymore except in the definitions of the > > non- > > underscore-prefixed aliases. > > > > On Arm convert the (renamed) inline function to a macro.

Re: [PATCH v2] x86+Arm: drop (rename) __virt_to_maddr() / __maddr_to_virt()

2024-03-12 Thread Julien Grall
Hi Jan, On 12/03/2024 10:27, Jan Beulich wrote: There's no use of them anymore except in the definitions of the non- underscore-prefixed aliases. On Arm convert the (renamed) inline function to a macro. On x86 rename the inline functions, adjust the virt_to_maddr() #define, and purge the

[PATCH v2] x86+Arm: drop (rename) __virt_to_maddr() / __maddr_to_virt()

2024-03-12 Thread Jan Beulich
There's no use of them anymore except in the definitions of the non- underscore-prefixed aliases. On Arm convert the (renamed) inline function to a macro. On x86 rename the inline functions, adjust the virt_to_maddr() #define, and purge the maddr_to_virt() one, thus eliminating a bogus cast