summaryrefslogtreecommitdiffstats
path: root/sys/arm/altera
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2015-04-04 23:03:11 +0000
committerandrew <andrew@FreeBSD.org>2015-04-04 23:03:11 +0000
commit5962f57b5d9c8d679b9e8eabe4e6794b0b8d988d (patch)
tree679e77febaa7bbafa0e415fb4efeb42e499d0f51 /sys/arm/altera
parent80a7f06d8ff3163e75400a1e6c6c7bddccf71062 (diff)
downloadFreeBSD-src-5962f57b5d9c8d679b9e8eabe4e6794b0b8d988d.zip
FreeBSD-src-5962f57b5d9c8d679b9e8eabe4e6794b0b8d988d.tar.gz
Include vm/pmap.h for pmap_kextract.
Diffstat (limited to 'sys/arm/altera')
-rw-r--r--sys/arm/altera/socfpga/socfpga_mp.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/arm/altera/socfpga/socfpga_mp.c b/sys/arm/altera/socfpga/socfpga_mp.c
index 0942ea7..24784e9 100644
--- a/sys/arm/altera/socfpga/socfpga_mp.c
+++ b/sys/arm/altera/socfpga/socfpga_mp.c
@@ -38,6 +38,9 @@ __FBSDID("$FreeBSD$");
#include <sys/mutex.h>
#include <sys/smp.h>
+#include <vm/vm.h>
+#include <vm/pmap.h>
+
#include <machine/smp.h>
#include <machine/fdt.h>
#include <machine/intr.h>
OpenPOWER on IntegriCloud