Re: [Xen-devel] [PATCH] x86/mm: Rename d to currd in do_mmuext_op()

2017-06-23 Thread Jan Beulich
>>> On 23.06.17 at 16:26, wrote: > This will make future cleanup more obviously correct. No functional change. > > Signed-off-by: Andrew Cooper Acked-by: Jan Beulich ___ Xen-devel mailing list Xen-devel@lists.xen.org https://lists.xen.org/xen-dev

[Xen-devel] [PATCH] x86/mm: Rename d to currd in do_mmuext_op()

2017-06-23 Thread Andrew Cooper
This will make future cleanup more obviously correct. No functional change. Signed-off-by: Andrew Cooper --- CC: Jan Beulich --- xen/arch/x86/mm.c | 56 --- 1 file changed, 29 insertions(+), 27 deletions(-) diff --git a/xen/arch/x86/mm.c b/x