summaryrefslogtreecommitdiffstats
path: root/sys/amd64/vmm/vmm_lapic.c
diff options
context:
space:
mode:
authorneel <neel@FreeBSD.org>2015-03-14 02:32:08 +0000
committerneel <neel@FreeBSD.org>2015-03-14 02:32:08 +0000
commite16d18eeb88f1763ac45bd42e37e7244970d4722 (patch)
tree3315483c52723327945a90b486ede6f81b26e39c /sys/amd64/vmm/vmm_lapic.c
parent771dc2cc82487fde44a71d30533ccde7bf753a8a (diff)
downloadFreeBSD-src-e16d18eeb88f1763ac45bd42e37e7244970d4722.zip
FreeBSD-src-e16d18eeb88f1763ac45bd42e37e7244970d4722.tar.gz
Use lapic_ipi_alloc() to dynamically allocate IPI slots needed by bhyve when
vmm.ko is loaded. Also relocate the 'justreturn' IPI handler to be alongside all other handlers. Requested by: kib
Diffstat (limited to 'sys/amd64/vmm/vmm_lapic.c')
-rw-r--r--sys/amd64/vmm/vmm_lapic.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/amd64/vmm/vmm_lapic.c b/sys/amd64/vmm/vmm_lapic.c
index fa9832e..15a995e 100644
--- a/sys/amd64/vmm/vmm_lapic.c
+++ b/sys/amd64/vmm/vmm_lapic.c
@@ -37,7 +37,6 @@ __FBSDID("$FreeBSD$");
#include <x86/apicreg.h>
#include <machine/vmm.h>
-#include "vmm_ipi.h"
#include "vmm_ktr.h"
#include "vmm_lapic.h"
#include "vlapic.h"
OpenPOWER on IntegriCloud