git: 910bd069f809 - main - xen/intr: remove x86 APIC headers from xen_intr.c
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 29 Mar 2023 07:52:34 UTC
The branch main has been updated by royger: URL: https://cgit.FreeBSD.org/src/commit/?id=910bd069f809b462303dd52f48546fff3048887f commit 910bd069f809b462303dd52f48546fff3048887f Author: Julien Grall <julien@xen.org> AuthorDate: 2015-10-20 16:14:56 +0000 Commit: Roger Pau Monné <royger@FreeBSD.org> CommitDate: 2023-03-29 07:51:43 +0000 xen/intr: remove x86 APIC headers from xen_intr.c Remove these no longer needed headers. Key for making xen_intr.c machine-independent as they don't exist on other architectures. Originally this was part of a much larger commit, but was broken off for submission to the FreeBSD project. Reviewed by: royger Submitted by: Elliott Mitchell <ehem+freebsd@m5p.com> Original implementation: Julien Grall <julien@xen.org>, 2015-10-20 09:14:56 MFC after: 1 week --- sys/x86/xen/xen_intr.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/x86/xen/xen_intr.c b/sys/x86/xen/xen_intr.c index 129252044da9..39486f28c9c5 100644 --- a/sys/x86/xen/xen_intr.c +++ b/sys/x86/xen/xen_intr.c @@ -52,8 +52,6 @@ __FBSDID("$FreeBSD$"); #include <vm/pmap.h> #include <machine/intr_machdep.h> -#include <x86/apicvar.h> -#include <x86/apicreg.h> #include <machine/smp.h> #include <machine/stdarg.h>