aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
diff options
context:
space:
mode:
authorDmitry Chagin <dchagin@FreeBSD.org>2023-02-14 14:46:30 +0000
committerDmitry Chagin <dchagin@FreeBSD.org>2023-02-14 14:46:30 +0000
commit31e938c531dcbb708dbcd0e1d0a4ea80dcc82300 (patch)
treec7689fc5bdedd5f594b6e672987c9bf99df35097 /sys/amd64
parent81e7a800552196a65c9c8b3fef82c2ef6c8058ff (diff)
downloadsrc-31e938c531dcbb708dbcd0e1d0a4ea80dcc82300.tar.gz
src-31e938c531dcbb708dbcd0e1d0a4ea80dcc82300.zip
linux(4): Cleanup vm includes from linux_util.h
Include vm headers directly where they needed. The linux_util.h included in a most source files of the Linuxulator, avoid collecting a rarely used includes here. MFC after: 2 weeks
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/linux/linux_machdep.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/amd64/linux/linux_machdep.c b/sys/amd64/linux/linux_machdep.c
index 1c042424f3ea..ed905518fdf4 100644
--- a/sys/amd64/linux/linux_machdep.c
+++ b/sys/amd64/linux/linux_machdep.c
@@ -74,6 +74,7 @@ __FBSDID("$FreeBSD$");
#include <vm/pmap.h>
#include <vm/vm.h>
+#include <vm/vm_param.h>
#include <vm/vm_extern.h>
#include <vm/vm_kern.h>
#include <vm/vm_map.h>