Re: [Xen-devel] [For Xen-4.10 PATCH] memory: Re-introduce an erroneously dropped line

2017-06-07 Thread Julien Grall
On 07/06/17 13:13, Jan Beulich wrote: On 07.06.17 at 14:04, wrote: Commit 726b737574 makes an unrelated change deleting a line setting the page from mfn. Although the page variable is not used, it is an unrelated change. The setting of the page variable was introduced to match the else part o

Re: [Xen-devel] [For Xen-4.10 PATCH] memory: Re-introduce an erroneously dropped line

2017-06-07 Thread Jan Beulich
>>> On 07.06.17 at 14:04, wrote: > Commit 726b737574 makes an unrelated change deleting a line setting the > page from mfn. Although the page variable is not used, it is an > unrelated change. The setting of the page variable was introduced to > match the else part of is_domain_direct_mapped() in

[Xen-devel] [For Xen-4.10 PATCH] memory: Re-introduce an erroneously dropped line

2017-06-07 Thread Punit Agrawal
Commit 726b737574 makes an unrelated change deleting a line setting the page from mfn. Although the page variable is not used, it is an unrelated change. The setting of the page variable was introduced to match the else part of is_domain_direct_mapped() in populate_physmap(). Re-introduce the miss