Re: [Xen-devel] [PATCH v2] x86/PoD: tighten conditions for checking super page

2015-11-19 Thread George Dunlap
On 09/11/15 14:48, Jan Beulich wrote: > Since calling the function isn't cheap, try to avoid the call when we > know up front it won't help; see the code comment for details on those > conditions. > > Signed-off-by: Jan Beulich Reviewed-by: George Dunlap Sorry for the delay. ___

[Xen-devel] [PATCH v2] x86/PoD: tighten conditions for checking super page

2015-11-09 Thread Jan Beulich
Since calling the function isn't cheap, try to avoid the call when we know up front it won't help; see the code comment for details on those conditions. Signed-off-by: Jan Beulich --- v2: Adjust conditions and body of the if() to make them easier understandable, without altering behavior (req