aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/entry/common.c
diff options
context:
space:
mode:
authorIngo Molnar <[email protected]>2023-10-05 08:05:51 +0000
committerIngo Molnar <[email protected]>2023-10-05 08:05:51 +0000
commit3fc18b06b8f3408951b5e43548f22984412b0831 (patch)
tree5d509acc9a9010aae791cdba9e9f6a02e94b962c /arch/x86/entry/common.c
parentx86: Make IA32_EMULATION boot time configurable (diff)
parentLinux 6.6-rc4 (diff)
downloadkernel-3fc18b06b8f3408951b5e43548f22984412b0831.tar.gz
kernel-3fc18b06b8f3408951b5e43548f22984412b0831.zip
Merge tag 'v6.6-rc4' into x86/entry, to pick up fixes
Signed-off-by: Ingo Molnar <[email protected]>
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 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);
}