Re: [Xen-devel] [PATCH v2 2/3] x86/mm: rename and tidy create_pae_xen_mappings()

2020-01-06 Thread Andrew Cooper
On 06/01/2020 15:35, Jan Beulich wrote: > After dad74b0f9e ("i386: fix handling of Xen entries in final L2 page > table") and the removal of 32-bit support the function doesn't modify > state anymore, and hence its name has been misleading. Change its name, > constify parameters and a local variabl

[Xen-devel] [PATCH v2 2/3] x86/mm: rename and tidy create_pae_xen_mappings()

2020-01-06 Thread Jan Beulich
After dad74b0f9e ("i386: fix handling of Xen entries in final L2 page table") and the removal of 32-bit support the function doesn't modify state anymore, and hence its name has been misleading. Change its name, constify parameters and a local variable, and make it return bool. Also drop the call