summaryrefslogtreecommitdiff
path: root/arch/x86/entry/common.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2023-09-21 08:27:42 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2023-09-21 08:27:42 -0700
commit88a174a906fe9679a26c0f69fcc022743d2c8e05 (patch)
treedd8d96a899df3df63cd36a196cf9696d10366073 /arch/x86/entry/common.c
parentfb8b1b93eed0f5ddb2f9903c2de2d9de8b372e8f (diff)
parent0fc6ff5a0f0488e09b496773c440ed5bb36d1f0d (diff)
downloadlinux-88a174a906fe9679a26c0f69fcc022743d2c8e05.tar.gz
linux-88a174a906fe9679a26c0f69fcc022743d2c8e05.tar.bz2
linux-88a174a906fe9679a26c0f69fcc022743d2c8e05.zip
Merge tag 'for-linus-6.6a-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
Pull xen fixes from Juergen Gross: - remove some unused functions in the Xen event channel handling - fix a regression (introduced during the merge window) when booting as Xen PV guest - small cleanup removing another strncpy() instance * tag 'for-linus-6.6a-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip: xen/efi: refactor deprecated strncpy x86/xen: allow nesting of same lazy mode x86/xen: move paravirt lazy code arm/xen: remove lazy mode related definitions xen: simplify evtchn_do_upcall() call maze
Diffstat (limited to 'arch/x86/entry/common.c')
-rw-r--r--arch/x86/entry/common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/entry/common.c b/arch/x86/entry/common.c
index 6c2826417b33..93c60c0c9d4a 100644
--- a/arch/x86/entry/common.c
+++ b/arch/x86/entry/common.c
@@ -294,7 +294,7 @@ static void __xen_pv_evtchn_do_upcall(struct pt_regs *regs)
inc_irq_stat(irq_hv_callback_count);
- xen_hvm_evtchn_do_upcall();
+ xen_evtchn_do_upcall();
set_irq_regs(old_regs);
}