summaryrefslogtreecommitdiffstats
path: root/sys/dev/xen
diff options
context:
space:
mode:
authorkmacy <kmacy@FreeBSD.org>2008-08-20 09:11:58 +0000
committerkmacy <kmacy@FreeBSD.org>2008-08-20 09:11:58 +0000
commita6ed34cafa09e22284b6ade10076622c9328036f (patch)
tree6970b9f14f4ed0b7cff26a65f4c2c53dc7fe3b37 /sys/dev/xen
parent35e29e10bb10b1470adcba72c09902ad8d3258d5 (diff)
downloadFreeBSD-src-a6ed34cafa09e22284b6ade10076622c9328036f.zip
FreeBSD-src-a6ed34cafa09e22284b6ade10076622c9328036f.tar.gz
include vmparam.h for KERNBASE and fix typo
Diffstat (limited to 'sys/dev/xen')
-rw-r--r--sys/dev/xen/netfront/netfront.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/xen/netfront/netfront.c b/sys/dev/xen/netfront/netfront.c
index 1d6949e..472145a 100644
--- a/sys/dev/xen/netfront/netfront.c
+++ b/sys/dev/xen/netfront/netfront.c
@@ -53,7 +53,7 @@ __FBSDID("$FreeBSD$");
#include <machine/bus.h>
#include <machine/resource.h>
#include <machine/frame.h>
-
+#include <machine/vmparam.h>
#include <sys/bus.h>
#include <sys/rman.h>
@@ -1816,7 +1816,8 @@ netif_init(void *unused)
xenbus_register_frontend(&netfront);
}
-SYSINIT(xennetif, SI_SUB_PSEUDO, SI_ORDER_SECOND, netif_init, NULL)
+SYSINIT(xennetif, SI_SUB_PSEUDO, SI_ORDER_SECOND, netif_init, NULL);
+
/*
* Local variables:
OpenPOWER on IntegriCloud