diff options
| author | Michael Zeller <mike@mikezeller.net> | 2021-07-27 16:55:51 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-27 16:55:51 -0400 |
| commit | 23cf9d8375c8b9f39f05db37ede85475b2225ddd (patch) | |
| tree | 190d2499e37bd23ac5dd4cd858dfd730b300e42d /usr/src/lib/libvmmapi/common/vmmapi.h | |
| parent | 359c7fef8f9958b51fa2670e2e52e3d3c1eb9bf4 (diff) | |
| download | illumos-joyent-23cf9d8375c8b9f39f05db37ede85475b2225ddd.tar.gz | |
OS-8287 Back out OS-8005 in favor of illumos#13822
Reviewed by: Dan McDonald <danmcd@joyent.com>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/lib/libvmmapi/common/vmmapi.h')
| -rw-r--r-- | usr/src/lib/libvmmapi/common/vmmapi.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/src/lib/libvmmapi/common/vmmapi.h b/usr/src/lib/libvmmapi/common/vmmapi.h index c244e03815..79c7dc02ee 100644 --- a/usr/src/lib/libvmmapi/common/vmmapi.h +++ b/usr/src/lib/libvmmapi/common/vmmapi.h @@ -38,7 +38,7 @@ * http://www.illumos.org/license/CDDL. * * Copyright 2015 Pluribus Networks Inc. - * Copyright 2020 Joyent, Inc. + * Copyright 2019 Joyent, Inc. * Copyright 2020 Oxide Computer Company */ @@ -316,7 +316,6 @@ int vm_get_run_state(struct vmctx *ctx, int vcpu, enum vcpu_run_state *state, uint8_t *sipi_vector); int vm_set_run_state(struct vmctx *ctx, int vcpu, enum vcpu_run_state state, uint8_t sipi_vector); -int vm_arc_resv(struct vmctx *ctx, size_t); #endif /* __FreeBSD__ */ #ifdef __FreeBSD__ |
