Re: [Xen-devel] [PATCH 1/2] xen/memop: Latch current->domain in a local variable

2016-08-19 Thread Jan Beulich
>>> On 19.08.16 at 16:12, wrote: > It is more efficient. > > Signed-off-by: Andrew Cooper Acked-by: Jan Beulich ___ Xen-devel mailing list Xen-devel@lists.xen.org

[Xen-devel] [PATCH 1/2] xen/memop: Latch current->domain in a local variable

2016-08-19 Thread Andrew Cooper
It is more efficient. Signed-off-by: Andrew Cooper --- CC: Jan Beulich CC: George Dunlap --- xen/common/memory.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xen/common/memory.c