summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bhyve/acpi.h
diff options
context:
space:
mode:
authorneel <neel@FreeBSD.org>2013-10-31 05:44:45 +0000
committerneel <neel@FreeBSD.org>2013-10-31 05:44:45 +0000
commit5acef51277bca01e52d80991de5b5f5a9e4d11e9 (patch)
tree54d52b8b9f614d8ad940b060b3b0c3d6c6bf063a /usr.sbin/bhyve/acpi.h
parent74368cc42dab6458f450629bd97f5a614693aaa4 (diff)
downloadFreeBSD-src-5acef51277bca01e52d80991de5b5f5a9e4d11e9.zip
FreeBSD-src-5acef51277bca01e52d80991de5b5f5a9e4d11e9.tar.gz
Make the virtual ioapic available unconditionally in a bhyve virtual machine.
This is in preparation for moving the ioapic device model from userspace to vmm.ko. Reviewed by: grehan
Diffstat (limited to 'usr.sbin/bhyve/acpi.h')
-rw-r--r--usr.sbin/bhyve/acpi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bhyve/acpi.h b/usr.sbin/bhyve/acpi.h
index fec6c9d..12d1ee0 100644
--- a/usr.sbin/bhyve/acpi.h
+++ b/usr.sbin/bhyve/acpi.h
@@ -29,6 +29,6 @@
#ifndef _ACPI_H_
#define _ACPI_H_
-int acpi_build(struct vmctx *ctx, int ncpu, int ioapic);
+int acpi_build(struct vmctx *ctx, int ncpu);
#endif /* _ACPI_H_ */
OpenPOWER on IntegriCloud