Re: [Xen-devel] [PATCH] x86/PoD: drop a pointless local variable

2017-06-05 Thread George Dunlap
On Wed, May 31, 2017 at 8:52 AM, Jan Beulich wrote: > ... and move another one into a more narrow scope. > > Signed-off-by: Jan Beulich Acked-by: George Dunlap > > --- a/xen/arch/x86/mm/p2m-pod.c > +++ b/xen/arch/x86/mm/p2m-pod.c > @@ -1180,8 +1180,6 @@ guest_physmap_mark_populate_on_demand(st

[Xen-devel] [PATCH] x86/PoD: drop a pointless local variable

2017-05-31 Thread Jan Beulich
... and move another one into a more narrow scope. Signed-off-by: Jan Beulich --- a/xen/arch/x86/mm/p2m-pod.c +++ b/xen/arch/x86/mm/p2m-pod.c @@ -1180,8 +1180,6 @@ guest_physmap_mark_populate_on_demand(st { struct p2m_domain *p2m = p2m_get_hostp2m(d); unsigned long i, n, pod_count = 0