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
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