summaryrefslogtreecommitdiffstats
path: root/sys/sun4v/mdesc
diff options
context:
space:
mode:
authorkmacy <kmacy@FreeBSD.org>2006-11-24 05:27:49 +0000
committerkmacy <kmacy@FreeBSD.org>2006-11-24 05:27:49 +0000
commit2dc265a00d8f29127772b66853fa080fa43569d1 (patch)
tree881314c3a1c3db96ea91e750b1e96c38a8b7ab12 /sys/sun4v/mdesc
parentd863ef25a608e0aa0ab758213d9aa6716e4605d1 (diff)
downloadFreeBSD-src-2dc265a00d8f29127772b66853fa080fa43569d1.zip
FreeBSD-src-2dc265a00d8f29127772b66853fa080fa43569d1.tar.gz
- Comment most of the remaining hypercalls in hcall.S
- implement hypercalls returning a single value - start fixing the fallout of the recent changes needed to get the kernel compiling again
Diffstat (limited to 'sys/sun4v/mdesc')
-rw-r--r--sys/sun4v/mdesc/mdesc_init.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sun4v/mdesc/mdesc_init.c b/sys/sun4v/mdesc/mdesc_init.c
index 4625cd6..63b9ffe 100644
--- a/sys/sun4v/mdesc/mdesc_init.c
+++ b/sys/sun4v/mdesc/mdesc_init.c
@@ -38,7 +38,8 @@ __FBSDID("$FreeBSD$");
#include <vm/vm.h>
#include <vm/pmap.h>
-#include <machine/hypervisor_api.h>
+#include <machine/hypervisorvar.h>
+#include <machine/hv_api.h>
#include <machine/cddl/mdesc.h>
#include <machine/cddl/mdesc_impl.h>
OpenPOWER on IntegriCloud