summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/amd64/amd64/mp_machdep.c1
-rw-r--r--sys/amd64/amd64/mptable.c1
-rw-r--r--sys/amd64/include/mptable.h1
-rw-r--r--sys/i386/i386/mp_machdep.c1
-rw-r--r--sys/i386/i386/mptable.c1
-rw-r--r--sys/i386/include/mptable.h1
-rw-r--r--sys/kern/kern_clock.c1
-rw-r--r--sys/kern/kern_lock.c1
-rw-r--r--sys/vm/vm_map.c1
9 files changed, 9 insertions, 0 deletions
diff --git a/sys/amd64/amd64/mp_machdep.c b/sys/amd64/amd64/mp_machdep.c
index f558524..13144b9 100644
--- a/sys/amd64/amd64/mp_machdep.c
+++ b/sys/amd64/amd64/mp_machdep.c
@@ -43,6 +43,7 @@
#include <sys/gmon.h>
#endif
#include <sys/kernel.h>
+#include <sys/ktr.h>
#include <sys/lock.h>
#include <sys/malloc.h>
#include <sys/memrange.h>
diff --git a/sys/amd64/amd64/mptable.c b/sys/amd64/amd64/mptable.c
index f558524..13144b9 100644
--- a/sys/amd64/amd64/mptable.c
+++ b/sys/amd64/amd64/mptable.c
@@ -43,6 +43,7 @@
#include <sys/gmon.h>
#endif
#include <sys/kernel.h>
+#include <sys/ktr.h>
#include <sys/lock.h>
#include <sys/malloc.h>
#include <sys/memrange.h>
diff --git a/sys/amd64/include/mptable.h b/sys/amd64/include/mptable.h
index f558524..13144b9 100644
--- a/sys/amd64/include/mptable.h
+++ b/sys/amd64/include/mptable.h
@@ -43,6 +43,7 @@
#include <sys/gmon.h>
#endif
#include <sys/kernel.h>
+#include <sys/ktr.h>
#include <sys/lock.h>
#include <sys/malloc.h>
#include <sys/memrange.h>
diff --git a/sys/i386/i386/mp_machdep.c b/sys/i386/i386/mp_machdep.c
index f558524..13144b9 100644
--- a/sys/i386/i386/mp_machdep.c
+++ b/sys/i386/i386/mp_machdep.c
@@ -43,6 +43,7 @@
#include <sys/gmon.h>
#endif
#include <sys/kernel.h>
+#include <sys/ktr.h>
#include <sys/lock.h>
#include <sys/malloc.h>
#include <sys/memrange.h>
diff --git a/sys/i386/i386/mptable.c b/sys/i386/i386/mptable.c
index f558524..13144b9 100644
--- a/sys/i386/i386/mptable.c
+++ b/sys/i386/i386/mptable.c
@@ -43,6 +43,7 @@
#include <sys/gmon.h>
#endif
#include <sys/kernel.h>
+#include <sys/ktr.h>
#include <sys/lock.h>
#include <sys/malloc.h>
#include <sys/memrange.h>
diff --git a/sys/i386/include/mptable.h b/sys/i386/include/mptable.h
index f558524..13144b9 100644
--- a/sys/i386/include/mptable.h
+++ b/sys/i386/include/mptable.h
@@ -43,6 +43,7 @@
#include <sys/gmon.h>
#endif
#include <sys/kernel.h>
+#include <sys/ktr.h>
#include <sys/lock.h>
#include <sys/malloc.h>
#include <sys/memrange.h>
diff --git a/sys/kern/kern_clock.c b/sys/kern/kern_clock.c
index 9ac63ad..70f0616 100644
--- a/sys/kern/kern_clock.c
+++ b/sys/kern/kern_clock.c
@@ -47,6 +47,7 @@
#include <sys/callout.h>
#include <sys/kernel.h>
#include <sys/lock.h>
+#include <sys/ktr.h>
#include <sys/mutex.h>
#include <sys/proc.h>
#include <sys/resourcevar.h>
diff --git a/sys/kern/kern_lock.c b/sys/kern/kern_lock.c
index 351643e..12b4735 100644
--- a/sys/kern/kern_lock.c
+++ b/sys/kern/kern_lock.c
@@ -44,6 +44,7 @@
#include <sys/param.h>
#include <sys/proc.h>
#include <sys/kernel.h>
+#include <sys/ktr.h>
#include <sys/lock.h>
#include <sys/malloc.h>
#include <sys/mutex.h>
diff --git a/sys/vm/vm_map.c b/sys/vm/vm_map.c
index 30ff0c7..895775b5 100644
--- a/sys/vm/vm_map.c
+++ b/sys/vm/vm_map.c
@@ -70,6 +70,7 @@
#include <sys/param.h>
#include <sys/systm.h>
+#include <sys/ktr.h>
#include <sys/lock.h>
#include <sys/mutex.h>
#include <sys/proc.h>
OpenPOWER on IntegriCloud