Re: [Xen-devel] [PATCH] x86: fix GET_STACK_END

2018-01-25 Thread Jan Beulich
>>> On 24.01.18 at 21:48, wrote: > From: Wei Liu [wei.l...@citrix.com] > Sent: 24 January 2018 20:26 > > AIUI the purpose of having the .if directive is to make GET_STACK_END > work with any general purpose registers. The code as-is would produce > the wrong result for r8. Fix it. > > Signed-off

Re: [Xen-devel] [PATCH] x86: fix GET_STACK_END

2018-01-24 Thread Andrew Cooper
From: Wei Liu [wei.l...@citrix.com] Sent: 24 January 2018 20:26 To: Xen-devel Cc: Wei Liu; Jan Beulich; Andrew Cooper Subject: [PATCH] x86: fix GET_STACK_END AIUI the purpose of having the .if directive is to make GET_STACK_END work with any general purpos