Re: [Xen-devel] [PATCH 6/7] x86/asm: Fold LOAD_C_CLOBBERED into RESTORE_ALL

2017-05-03 Thread Wei Liu
On Tue, May 02, 2017 at 07:05:25PM +0100, Andrew Cooper wrote: > With its sole other user removed, fold LOAD_C_CLOBBERED into RESTORE_ALL to > reduce the cognitive load of trying to work out which registers get modified. > > No functional change. > > Signed-off-by: Andrew Cooper Reviewed-by: We

Re: [Xen-devel] [PATCH 6/7] x86/asm: Fold LOAD_C_CLOBBERED into RESTORE_ALL

2017-05-03 Thread Jan Beulich
>>> On 02.05.17 at 20:05, wrote: > With its sole other user removed, fold LOAD_C_CLOBBERED into RESTORE_ALL to > reduce the cognitive load of trying to work out which registers get > modified. > > No functional change. > > Signed-off-by: Andrew Cooper Reviewed-by: Jan Beulich

[Xen-devel] [PATCH 6/7] x86/asm: Fold LOAD_C_CLOBBERED into RESTORE_ALL

2017-05-02 Thread Andrew Cooper
With its sole other user removed, fold LOAD_C_CLOBBERED into RESTORE_ALL to reduce the cognitive load of trying to work out which registers get modified. No functional change. Signed-off-by: Andrew Cooper --- CC: Jan Beulich --- xen/include/asm-x86/asm_defns.h | 27 ++-