From e16d18eeb88f1763ac45bd42e37e7244970d4722 Mon Sep 17 00:00:00 2001 From: neel Date: Sat, 14 Mar 2015 02:32:08 +0000 Subject: 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 --- sys/amd64/vmm/vmm_lapic.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/amd64/vmm/vmm_lapic.c') 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 #include -#include "vmm_ipi.h" #include "vmm_ktr.h" #include "vmm_lapic.h" #include "vlapic.h" -- cgit v1.1