Skip to content

Commit 0bd797b

Browse files
committed
x86/xen: add FRAME_END to xen_hypercall_hvm()
xen_hypercall_hvm() is missing a FRAME_END at the end, add it. Reported-by: kernel test robot <[email protected]> Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ Fixes: b4845bb ("x86/xen: add central hypercall functions") Signed-off-by: Juergen Gross <[email protected]> Reviewed-by: Jan Beulich <[email protected]> Reviewed-by: Andrew Cooper <[email protected]> Signed-off-by: Juergen Gross <[email protected]>
1 parent 98a5cfd commit 0bd797b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/x86/xen/xen-head.S

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ SYM_FUNC_START(xen_hypercall_hvm)
132132
pop %rcx
133133
pop %rax
134134
#endif
135+
FRAME_END
135136
/* Use correct hypercall function. */
136137
jz xen_hypercall_amd
137138
jmp xen_hypercall_intel

0 commit comments

Comments
 (0)