diff options
author | jhb <jhb@FreeBSD.org> | 2001-07-05 21:28:47 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2001-07-05 21:28:47 +0000 |
commit | 5f683e623fd60fe20344858550862cb1b390d8c2 (patch) | |
tree | a8a39e16c35f6df8a7d0520e261da2e8cb0c9e7d | |
parent | 36751bc5d26e78b815284c2d45b767978c357e54 (diff) | |
download | FreeBSD-src-5f683e623fd60fe20344858550862cb1b390d8c2.zip FreeBSD-src-5f683e623fd60fe20344858550862cb1b390d8c2.tar.gz |
Make these compile again by adding proc.h include for GIANT_REQUIRED
that is in included vm headers.
-rw-r--r-- | sys/dev/agp/agp_ali.c | 1 | ||||
-rw-r--r-- | sys/dev/agp/agp_amd.c | 1 | ||||
-rw-r--r-- | sys/dev/agp/agp_i810.c | 1 | ||||
-rw-r--r-- | sys/dev/agp/agp_intel.c | 1 | ||||
-rw-r--r-- | sys/dev/agp/agp_sis.c | 1 | ||||
-rw-r--r-- | sys/dev/agp/agp_via.c | 1 | ||||
-rw-r--r-- | sys/pci/agp_ali.c | 1 | ||||
-rw-r--r-- | sys/pci/agp_amd.c | 1 | ||||
-rw-r--r-- | sys/pci/agp_i810.c | 1 | ||||
-rw-r--r-- | sys/pci/agp_intel.c | 1 | ||||
-rw-r--r-- | sys/pci/agp_sis.c | 1 | ||||
-rw-r--r-- | sys/pci/agp_via.c | 1 |
12 files changed, 12 insertions, 0 deletions
diff --git a/sys/dev/agp/agp_ali.c b/sys/dev/agp/agp_ali.c index aa805e1..ac281e8 100644 --- a/sys/dev/agp/agp_ali.c +++ b/sys/dev/agp/agp_ali.c @@ -36,6 +36,7 @@ #include <sys/bus.h> #include <sys/lock.h> #include <sys/mutex.h> +#include <sys/proc.h> #include <pci/pcivar.h> #include <pci/pcireg.h> diff --git a/sys/dev/agp/agp_amd.c b/sys/dev/agp/agp_amd.c index 4aaf4e9..3908e5a 100644 --- a/sys/dev/agp/agp_amd.c +++ b/sys/dev/agp/agp_amd.c @@ -36,6 +36,7 @@ #include <sys/bus.h> #include <sys/lock.h> #include <sys/mutex.h> +#include <sys/proc.h> #include <pci/pcivar.h> #include <pci/pcireg.h> diff --git a/sys/dev/agp/agp_i810.c b/sys/dev/agp/agp_i810.c index 5c40493..ed5f6d2 100644 --- a/sys/dev/agp/agp_i810.c +++ b/sys/dev/agp/agp_i810.c @@ -37,6 +37,7 @@ #include <sys/bus.h> #include <sys/lock.h> #include <sys/mutex.h> +#include <sys/proc.h> #include <pci/pcivar.h> #include <pci/pcireg.h> diff --git a/sys/dev/agp/agp_intel.c b/sys/dev/agp/agp_intel.c index dc1ef4d..110464d 100644 --- a/sys/dev/agp/agp_intel.c +++ b/sys/dev/agp/agp_intel.c @@ -36,6 +36,7 @@ #include <sys/bus.h> #include <sys/lock.h> #include <sys/mutex.h> +#include <sys/proc.h> #include <pci/pcivar.h> #include <pci/pcireg.h> diff --git a/sys/dev/agp/agp_sis.c b/sys/dev/agp/agp_sis.c index a6a20a4..adc258f 100644 --- a/sys/dev/agp/agp_sis.c +++ b/sys/dev/agp/agp_sis.c @@ -36,6 +36,7 @@ #include <sys/bus.h> #include <sys/lock.h> #include <sys/mutex.h> +#include <sys/proc.h> #include <pci/pcivar.h> #include <pci/pcireg.h> diff --git a/sys/dev/agp/agp_via.c b/sys/dev/agp/agp_via.c index 086b027..1e9eff9 100644 --- a/sys/dev/agp/agp_via.c +++ b/sys/dev/agp/agp_via.c @@ -36,6 +36,7 @@ #include <sys/bus.h> #include <sys/lock.h> #include <sys/mutex.h> +#include <sys/proc.h> #include <pci/pcivar.h> #include <pci/pcireg.h> diff --git a/sys/pci/agp_ali.c b/sys/pci/agp_ali.c index aa805e1..ac281e8 100644 --- a/sys/pci/agp_ali.c +++ b/sys/pci/agp_ali.c @@ -36,6 +36,7 @@ #include <sys/bus.h> #include <sys/lock.h> #include <sys/mutex.h> +#include <sys/proc.h> #include <pci/pcivar.h> #include <pci/pcireg.h> diff --git a/sys/pci/agp_amd.c b/sys/pci/agp_amd.c index 4aaf4e9..3908e5a 100644 --- a/sys/pci/agp_amd.c +++ b/sys/pci/agp_amd.c @@ -36,6 +36,7 @@ #include <sys/bus.h> #include <sys/lock.h> #include <sys/mutex.h> +#include <sys/proc.h> #include <pci/pcivar.h> #include <pci/pcireg.h> diff --git a/sys/pci/agp_i810.c b/sys/pci/agp_i810.c index 5c40493..ed5f6d2 100644 --- a/sys/pci/agp_i810.c +++ b/sys/pci/agp_i810.c @@ -37,6 +37,7 @@ #include <sys/bus.h> #include <sys/lock.h> #include <sys/mutex.h> +#include <sys/proc.h> #include <pci/pcivar.h> #include <pci/pcireg.h> diff --git a/sys/pci/agp_intel.c b/sys/pci/agp_intel.c index dc1ef4d..110464d 100644 --- a/sys/pci/agp_intel.c +++ b/sys/pci/agp_intel.c @@ -36,6 +36,7 @@ #include <sys/bus.h> #include <sys/lock.h> #include <sys/mutex.h> +#include <sys/proc.h> #include <pci/pcivar.h> #include <pci/pcireg.h> diff --git a/sys/pci/agp_sis.c b/sys/pci/agp_sis.c index a6a20a4..adc258f 100644 --- a/sys/pci/agp_sis.c +++ b/sys/pci/agp_sis.c @@ -36,6 +36,7 @@ #include <sys/bus.h> #include <sys/lock.h> #include <sys/mutex.h> +#include <sys/proc.h> #include <pci/pcivar.h> #include <pci/pcireg.h> diff --git a/sys/pci/agp_via.c b/sys/pci/agp_via.c index 086b027..1e9eff9 100644 --- a/sys/pci/agp_via.c +++ b/sys/pci/agp_via.c @@ -36,6 +36,7 @@ #include <sys/bus.h> #include <sys/lock.h> #include <sys/mutex.h> +#include <sys/proc.h> #include <pci/pcivar.h> #include <pci/pcireg.h> |