summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/bhyve/bhyverun.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/usr.sbin/bhyve/bhyverun.c b/usr.sbin/bhyve/bhyverun.c
index 13134e3..01a5d07 100644
--- a/usr.sbin/bhyve/bhyverun.c
+++ b/usr.sbin/bhyve/bhyverun.c
@@ -217,17 +217,6 @@ fbsdrun_addcpu(struct vmctx *ctx, int vcpu, uint64_t rip)
}
static int
-fbsdrun_get_next_cpu(int curcpu)
-{
-
- /*
- * Get the next available CPU. Assumes they arrive
- * in ascending order with no gaps.
- */
- return ((curcpu + 1) % foundcpus);
-}
-
-static int
vmexit_catch_reset(void)
{
stats.io_reset++;
OpenPOWER on IntegriCloud