Re: [Xen-devel] [PATCH] xen: fix build failure related to removing adjust_exception_frame

2017-08-17 Thread Boris Ostrovsky
On 08/17/2017 05:03 AM, Juergen Gross wrote: > A kernel configured with XEN_PV but without KVM_GUEST will fail to > build since the patch removing the adjust_exception_frame paravirt > op. > > Fix this failure. > > Reported-by: Sander Eikelenboom > Signed-off-by: Juergen Gross > --- > arch/x86/x

[Xen-devel] [PATCH] xen: fix build failure related to removing adjust_exception_frame

2017-08-17 Thread Juergen Gross
A kernel configured with XEN_PV but without KVM_GUEST will fail to build since the patch removing the adjust_exception_frame paravirt op. Fix this failure. Reported-by: Sander Eikelenboom Signed-off-by: Juergen Gross --- arch/x86/xen/xen-asm_64.S | 1 - 1 file changed, 1 deletion(-) diff --gi