diff options
| author | Ingo Molnar <[email protected]> | 2023-10-05 08:05:51 +0000 |
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2023-10-05 08:05:51 +0000 |
| commit | 3fc18b06b8f3408951b5e43548f22984412b0831 (patch) | |
| tree | 5d509acc9a9010aae791cdba9e9f6a02e94b962c /arch/x86/entry/common.c | |
| parent | x86: Make IA32_EMULATION boot time configurable (diff) | |
| parent | Linux 6.6-rc4 (diff) | |
| download | kernel-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.c | 2 |
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); } |
