Commit 0bd797b8 authored by Juergen Gross's avatar Juergen Gross
Browse files

x86/xen: add FRAME_END to xen_hypercall_hvm()



xen_hypercall_hvm() is missing a FRAME_END at the end, add it.

Reported-by: default avatarkernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202502030848.HTNTTuo9-lkp@intel.com/


Fixes: b4845bb6 ("x86/xen: add central hypercall functions")
Signed-off-by: default avatarJuergen Gross <jgross@suse.com>
Reviewed-by: default avatarJan Beulich <jbeulich@suse.com>
Reviewed-by: default avatarAndrew Cooper <andrew.cooper3@citrix.com>
Signed-off-by: default avatarJuergen Gross <jgross@suse.com>
parent 98a5cfd2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -132,6 +132,7 @@ SYM_FUNC_START(xen_hypercall_hvm)
	pop %rcx
	pop %rax
#endif
	FRAME_END
	/* Use correct hypercall function. */
	jz xen_hypercall_amd
	jmp xen_hypercall_intel