Re: [Xen-devel] [PATCH] x86/mm: Clean up the construction of base_disallow_mask

2016-08-01 Thread Jan Beulich
>>> On 01.08.16 at 12:05, wrote: > * Use _PAGE_AVAIL_HIGH and _PAGE_NX instead of opencoding them > * Drop further remenants of the 32bit hypervisor build > > Signed-off-by: Andrew Cooper Reviewed-by: Jan Beulich ___ Xen-devel mailing list Xen-de

[Xen-devel] [PATCH] x86/mm: Clean up the construction of base_disallow_mask

2016-08-01 Thread Andrew Cooper
* Use _PAGE_AVAIL_HIGH and _PAGE_NX instead of opencoding them * Drop further remenants of the 32bit hypervisor build Signed-off-by: Andrew Cooper --- CC: Jan Beulich CC: Tim Deegan CC: George Dunlap --- xen/arch/x86/mm.c | 15 +++ 1 file changed, 7 insertions(+), 8 deletions(-)