summaryrefslogtreecommitdiff
path: root/arch/x86/entry
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2023-10-05 11:05:51 +0300
committerIngo Molnar <mingo@kernel.org>2023-10-05 11:05:51 +0300
commit3fc18b06b8f3408951b5e43548f22984412b0831 (patch)
tree5d509acc9a9010aae791cdba9e9f6a02e94b962c /arch/x86/entry
parenta11e097504ac1889b35b6858f495565838325f88 (diff)
parent8a749fd1a8720d4619c91c8b6e7528c0a355c0aa (diff)
downloadlinux-3fc18b06b8f3408951b5e43548f22984412b0831.tar.xz
Merge tag 'v6.6-rc4' into x86/entry, to pick up fixes
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/x86/entry')
-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 a34e1a1adcf8..328990dd8632 100644
--- a/arch/x86/entry/common.c
+++ b/arch/x86/entry/common.c
@@ -305,7 +305,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);
}