summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-05-15 23:22:29 +0000
committerjhb <jhb@FreeBSD.org>2001-05-15 23:22:29 +0000
commit3fbeaa9056adc7af337efcf7ebf534e29d448aa2 (patch)
tree007ef9d56246276143667bcd8356c5a36682d83e /sys/amd64
parent85db2f279b583b8aa9141ad2b99df4c36efff71d (diff)
downloadFreeBSD-src-3fbeaa9056adc7af337efcf7ebf534e29d448aa2.zip
FreeBSD-src-3fbeaa9056adc7af337efcf7ebf534e29d448aa2.tar.gz
Remove unneeded includes of sys/ipl.h and machine/ipl.h.
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/autoconf.c1
-rw-r--r--sys/amd64/amd64/cpu_switch.S1
-rw-r--r--sys/amd64/amd64/exception.S1
-rw-r--r--sys/amd64/amd64/exception.s1
-rw-r--r--sys/amd64/amd64/fpu.c1
-rw-r--r--sys/amd64/amd64/machdep.c1
-rw-r--r--sys/amd64/amd64/mp_machdep.c1
-rw-r--r--sys/amd64/amd64/mptable.c1
-rw-r--r--sys/amd64/amd64/swtch.s1
-rw-r--r--sys/amd64/amd64/sys_machdep.c1
-rw-r--r--sys/amd64/amd64/trap.c1
-rw-r--r--sys/amd64/amd64/tsc.c1
-rw-r--r--sys/amd64/include/mptable.h1
-rw-r--r--sys/amd64/isa/clock.c1
-rw-r--r--sys/amd64/isa/intr_machdep.c1
-rw-r--r--sys/amd64/isa/nmi.c1
-rw-r--r--sys/amd64/isa/npx.c1
17 files changed, 0 insertions, 17 deletions
diff --git a/sys/amd64/amd64/autoconf.c b/sys/amd64/amd64/autoconf.c
index b6700be..83df27d 100644
--- a/sys/amd64/amd64/autoconf.c
+++ b/sys/amd64/amd64/autoconf.c
@@ -57,7 +57,6 @@
#include <sys/conf.h>
#include <sys/disklabel.h>
#include <sys/diskslice.h>
-#include <sys/ipl.h>
#include <sys/reboot.h>
#include <sys/kernel.h>
#include <sys/malloc.h>
diff --git a/sys/amd64/amd64/cpu_switch.S b/sys/amd64/amd64/cpu_switch.S
index e74d914..ed4525f 100644
--- a/sys/amd64/amd64/cpu_switch.S
+++ b/sys/amd64/amd64/cpu_switch.S
@@ -39,7 +39,6 @@
#include "opt_npx.h"
#include <machine/asmacros.h>
-#include <machine/ipl.h>
#ifdef SMP
#include <machine/pmap.h>
diff --git a/sys/amd64/amd64/exception.S b/sys/amd64/amd64/exception.S
index 91034a8..4c612f0 100644
--- a/sys/amd64/amd64/exception.S
+++ b/sys/amd64/amd64/exception.S
@@ -36,7 +36,6 @@
#include "opt_npx.h"
#include <machine/asmacros.h>
-#include <sys/ipl.h>
#include <sys/mutex.h>
#include <machine/atomic.h>
#include <machine/psl.h>
diff --git a/sys/amd64/amd64/exception.s b/sys/amd64/amd64/exception.s
index 91034a8..4c612f0 100644
--- a/sys/amd64/amd64/exception.s
+++ b/sys/amd64/amd64/exception.s
@@ -36,7 +36,6 @@
#include "opt_npx.h"
#include <machine/asmacros.h>
-#include <sys/ipl.h>
#include <sys/mutex.h>
#include <machine/atomic.h>
#include <machine/psl.h>
diff --git a/sys/amd64/amd64/fpu.c b/sys/amd64/amd64/fpu.c
index 4b04b46..a57bffc 100644
--- a/sys/amd64/amd64/fpu.c
+++ b/sys/amd64/amd64/fpu.c
@@ -41,7 +41,6 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/bus.h>
-#include <sys/ipl.h>
#include <sys/kernel.h>
#include <sys/lock.h>
#include <sys/malloc.h>
diff --git a/sys/amd64/amd64/machdep.c b/sys/amd64/amd64/machdep.c
index 9a5148b..509dcfd 100644
--- a/sys/amd64/amd64/machdep.c
+++ b/sys/amd64/amd64/machdep.c
@@ -55,7 +55,6 @@
#include <sys/systm.h>
#include <sys/sysproto.h>
#include <sys/signalvar.h>
-#include <sys/ipl.h>
#include <sys/kernel.h>
#include <sys/ktr.h>
#include <sys/linker.h>
diff --git a/sys/amd64/amd64/mp_machdep.c b/sys/amd64/amd64/mp_machdep.c
index ff602c4..d0ee576 100644
--- a/sys/amd64/amd64/mp_machdep.c
+++ b/sys/amd64/amd64/mp_machdep.c
@@ -62,7 +62,6 @@
#include <machine/atomic.h>
#include <machine/cpu.h>
#include <machine/cpufunc.h>
-#include <machine/ipl.h>
#include <machine/mpapic.h>
#include <machine/psl.h>
#include <machine/segments.h>
diff --git a/sys/amd64/amd64/mptable.c b/sys/amd64/amd64/mptable.c
index ff602c4..d0ee576 100644
--- a/sys/amd64/amd64/mptable.c
+++ b/sys/amd64/amd64/mptable.c
@@ -62,7 +62,6 @@
#include <machine/atomic.h>
#include <machine/cpu.h>
#include <machine/cpufunc.h>
-#include <machine/ipl.h>
#include <machine/mpapic.h>
#include <machine/psl.h>
#include <machine/segments.h>
diff --git a/sys/amd64/amd64/swtch.s b/sys/amd64/amd64/swtch.s
index e74d914..ed4525f 100644
--- a/sys/amd64/amd64/swtch.s
+++ b/sys/amd64/amd64/swtch.s
@@ -39,7 +39,6 @@
#include "opt_npx.h"
#include <machine/asmacros.h>
-#include <machine/ipl.h>
#ifdef SMP
#include <machine/pmap.h>
diff --git a/sys/amd64/amd64/sys_machdep.c b/sys/amd64/amd64/sys_machdep.c
index 0a612f5..1df546c 100644
--- a/sys/amd64/amd64/sys_machdep.c
+++ b/sys/amd64/amd64/sys_machdep.c
@@ -37,7 +37,6 @@
#include <sys/param.h>
#include <sys/systm.h>
-#include <sys/ipl.h>
#include <sys/lock.h>
#include <sys/malloc.h>
#include <sys/mutex.h>
diff --git a/sys/amd64/amd64/trap.c b/sys/amd64/amd64/trap.c
index 5ff51fd..af7bfc1 100644
--- a/sys/amd64/amd64/trap.c
+++ b/sys/amd64/amd64/trap.c
@@ -55,7 +55,6 @@
#include <sys/systm.h>
#include <sys/proc.h>
#include <sys/pioctl.h>
-#include <sys/ipl.h>
#include <sys/kernel.h>
#include <sys/ktr.h>
#include <sys/mutex.h>
diff --git a/sys/amd64/amd64/tsc.c b/sys/amd64/amd64/tsc.c
index ff16f19..a67e1ee 100644
--- a/sys/amd64/amd64/tsc.c
+++ b/sys/amd64/amd64/tsc.c
@@ -55,7 +55,6 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/bus.h>
-#include <sys/ipl.h>
#include <sys/lock.h>
#include <sys/mutex.h>
#include <sys/proc.h>
diff --git a/sys/amd64/include/mptable.h b/sys/amd64/include/mptable.h
index ff602c4..d0ee576 100644
--- a/sys/amd64/include/mptable.h
+++ b/sys/amd64/include/mptable.h
@@ -62,7 +62,6 @@
#include <machine/atomic.h>
#include <machine/cpu.h>
#include <machine/cpufunc.h>
-#include <machine/ipl.h>
#include <machine/mpapic.h>
#include <machine/psl.h>
#include <machine/segments.h>
diff --git a/sys/amd64/isa/clock.c b/sys/amd64/isa/clock.c
index ff16f19..a67e1ee 100644
--- a/sys/amd64/isa/clock.c
+++ b/sys/amd64/isa/clock.c
@@ -55,7 +55,6 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/bus.h>
-#include <sys/ipl.h>
#include <sys/lock.h>
#include <sys/mutex.h>
#include <sys/proc.h>
diff --git a/sys/amd64/isa/intr_machdep.c b/sys/amd64/isa/intr_machdep.c
index 2e9eabc3..7eb99a6 100644
--- a/sys/amd64/isa/intr_machdep.c
+++ b/sys/amd64/isa/intr_machdep.c
@@ -45,7 +45,6 @@
#include <sys/bus.h>
#include <sys/errno.h>
#include <sys/interrupt.h>
-#include <sys/ipl.h>
#include <sys/kernel.h>
#include <sys/kthread.h>
#include <sys/lock.h>
diff --git a/sys/amd64/isa/nmi.c b/sys/amd64/isa/nmi.c
index 2e9eabc3..7eb99a6 100644
--- a/sys/amd64/isa/nmi.c
+++ b/sys/amd64/isa/nmi.c
@@ -45,7 +45,6 @@
#include <sys/bus.h>
#include <sys/errno.h>
#include <sys/interrupt.h>
-#include <sys/ipl.h>
#include <sys/kernel.h>
#include <sys/kthread.h>
#include <sys/lock.h>
diff --git a/sys/amd64/isa/npx.c b/sys/amd64/isa/npx.c
index 4b04b46..a57bffc 100644
--- a/sys/amd64/isa/npx.c
+++ b/sys/amd64/isa/npx.c
@@ -41,7 +41,6 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/bus.h>
-#include <sys/ipl.h>
#include <sys/kernel.h>
#include <sys/lock.h>
#include <sys/malloc.h>
OpenPOWER on IntegriCloud