diff options
| author | Dave Hansen <dave.hansen@linux.intel.com> | 2023-08-09 08:16:46 -0700 | 
|---|---|---|
| committer | Dave Hansen <dave.hansen@linux.intel.com> | 2023-08-09 11:58:34 -0700 | 
| commit | 670c04add6e1a22de7c59e282c138ddcf6c9e5a2 (patch) | |
| tree | fee9984dc621df18377d67d8cc63745f4a772ccf /arch/x86/kernel/cpu/acrn.c | |
| parent | 185c8f33a048bd04fdedd08e7bd7861a85158834 (diff) | |
x86/apic: Nuke ack_APIC_irq()
Yet another wrapper of a wrapper gone along with the outdated comment
that this compiles to a single instruction.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com>
Reviewed-by: Wei Liu <wei.liu@kernel.org>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Tested-by: Michael Kelley <mikelley@microsoft.com>
Tested-by: Sohil Mehta <sohil.mehta@intel.com>
Tested-by: Juergen Gross <jgross@suse.com> # Xen PV (dom0 and unpriv. guest)
Diffstat (limited to 'arch/x86/kernel/cpu/acrn.c')
| -rw-r--r-- | arch/x86/kernel/cpu/acrn.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/arch/x86/kernel/cpu/acrn.c b/arch/x86/kernel/cpu/acrn.c index 485441b7f030..bfeb18fad63f 100644 --- a/arch/x86/kernel/cpu/acrn.c +++ b/arch/x86/kernel/cpu/acrn.c @@ -51,7 +51,7 @@ DEFINE_IDTENTRY_SYSVEC(sysvec_acrn_hv_callback)  	 * will block the interrupt whose vector is lower than  	 * HYPERVISOR_CALLBACK_VECTOR.  	 */ -	ack_APIC_irq(); +	apic_eoi();  	inc_irq_stat(irq_hv_callback_count);  	if (acrn_intr_handler) | 
