Re: [Xen-devel] [PATCH 1/2] xen/memop: Latch current->domain in a local variable
>>> 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 https://lists.xen.org/xen-devel
[Xen-devel] [PATCH 1/2] xen/memop: Latch current->domain in a local variable
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 b/xen/common/memory.c index 812334b..1ead35c 100644 --- a/xen/common/memory.c +++ b/x