aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2001-10-11 17:53:43 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2001-10-11 17:53:43 +0000
commit61d80e90a9ed34fedc8863d0408100ca29a7e9d9 (patch)
tree2e888f501092ce0429cf64381cde687ae51b523b
parent7106ca0d1ac35e9b17cdebbe57697e73de61051e (diff)
Notes
-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 f558524c3412..13144b964b60 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 f558524c3412..13144b964b60 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 f558524c3412..13144b964b60 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 f558524c3412..13144b964b60 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 f558524c3412..13144b964b60 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 f558524c3412..13144b964b60 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 9ac63adbaf24..70f0616b98ea 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 351643eab7d2..12b4735f58a6 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 30ff0c7519b7..895775b5abee 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>