summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/fpu
diff options
context:
space:
mode:
authorgrehan <grehan@FreeBSD.org>2008-04-09 08:50:37 +0000
committergrehan <grehan@FreeBSD.org>2008-04-09 08:50:37 +0000
commit98400ac9418a23137f2c38781b2cd81fb9d7224f (patch)
treee6e7c2d288eebea122aa9901d3c167e14acb5fcf /sys/powerpc/fpu
parentfc8ae9a88aa543f10afbec4bdb6ea26aec97ba02 (diff)
downloadFreeBSD-src-98400ac9418a23137f2c38781b2cd81fb9d7224f.zip
FreeBSD-src-98400ac9418a23137f2c38781b2cd81fb9d7224f.tar.gz
Include <sys/types.h> before <sys/systm.h> to get typedefs required
by new atomic.h. Fixes tinderbox LINT build.
Diffstat (limited to 'sys/powerpc/fpu')
-rw-r--r--sys/powerpc/fpu/fpu_add.c2
-rw-r--r--sys/powerpc/fpu/fpu_compare.c2
-rw-r--r--sys/powerpc/fpu/fpu_div.c2
-rw-r--r--sys/powerpc/fpu/fpu_explode.c2
-rw-r--r--sys/powerpc/fpu/fpu_implode.c2
-rw-r--r--sys/powerpc/fpu/fpu_mul.c2
-rw-r--r--sys/powerpc/fpu/fpu_sqrt.c2
-rw-r--r--sys/powerpc/fpu/fpu_subr.c2
8 files changed, 8 insertions, 8 deletions
diff --git a/sys/powerpc/fpu/fpu_add.c b/sys/powerpc/fpu/fpu_add.c
index 5610b4a..97b9d25 100644
--- a/sys/powerpc/fpu/fpu_add.c
+++ b/sys/powerpc/fpu/fpu_add.c
@@ -49,8 +49,8 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
-#include <sys/systm.h>
#include <sys/types.h>
+#include <sys/systm.h>
#include <machine/fpu.h>
#include <machine/ieeefp.h>
diff --git a/sys/powerpc/fpu/fpu_compare.c b/sys/powerpc/fpu/fpu_compare.c
index 6edba5f..898fb4f 100644
--- a/sys/powerpc/fpu/fpu_compare.c
+++ b/sys/powerpc/fpu/fpu_compare.c
@@ -50,8 +50,8 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
-#include <sys/systm.h>
#include <sys/types.h>
+#include <sys/systm.h>
#include <machine/fpu.h>
#include <machine/reg.h>
diff --git a/sys/powerpc/fpu/fpu_div.c b/sys/powerpc/fpu/fpu_div.c
index 5376b3d..a206bf3 100644
--- a/sys/powerpc/fpu/fpu_div.c
+++ b/sys/powerpc/fpu/fpu_div.c
@@ -47,8 +47,8 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
-#include <sys/systm.h>
#include <sys/types.h>
+#include <sys/systm.h>
#include <machine/fpu.h>
#include <machine/reg.h>
diff --git a/sys/powerpc/fpu/fpu_explode.c b/sys/powerpc/fpu/fpu_explode.c
index 70eef6a..d2646fc 100644
--- a/sys/powerpc/fpu/fpu_explode.c
+++ b/sys/powerpc/fpu/fpu_explode.c
@@ -48,8 +48,8 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
-#include <sys/systm.h>
#include <sys/types.h>
+#include <sys/systm.h>
#include <machine/fpu.h>
#include <machine/ieee.h>
diff --git a/sys/powerpc/fpu/fpu_implode.c b/sys/powerpc/fpu/fpu_implode.c
index cbb3651..b57ba2d 100644
--- a/sys/powerpc/fpu/fpu_implode.c
+++ b/sys/powerpc/fpu/fpu_implode.c
@@ -48,8 +48,8 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
-#include <sys/systm.h>
#include <sys/types.h>
+#include <sys/systm.h>
#include <machine/fpu.h>
#include <machine/ieee.h>
diff --git a/sys/powerpc/fpu/fpu_mul.c b/sys/powerpc/fpu/fpu_mul.c
index f8735d9..6fe7851 100644
--- a/sys/powerpc/fpu/fpu_mul.c
+++ b/sys/powerpc/fpu/fpu_mul.c
@@ -47,8 +47,8 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
-#include <sys/systm.h>
#include <sys/types.h>
+#include <sys/systm.h>
#include <machine/fpu.h>
#include <machine/reg.h>
diff --git a/sys/powerpc/fpu/fpu_sqrt.c b/sys/powerpc/fpu/fpu_sqrt.c
index c571069..963a193 100644
--- a/sys/powerpc/fpu/fpu_sqrt.c
+++ b/sys/powerpc/fpu/fpu_sqrt.c
@@ -47,8 +47,8 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
-#include <sys/systm.h>
#include <sys/types.h>
+#include <sys/systm.h>
#include <machine/fpu.h>
#include <machine/reg.h>
diff --git a/sys/powerpc/fpu/fpu_subr.c b/sys/powerpc/fpu/fpu_subr.c
index 58b0b3d..dc89216 100644
--- a/sys/powerpc/fpu/fpu_subr.c
+++ b/sys/powerpc/fpu/fpu_subr.c
@@ -47,8 +47,8 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
-#include <sys/systm.h>
#include <sys/types.h>
+#include <sys/systm.h>
#include <machine/fpu.h>
#include <machine/reg.h>
OpenPOWER on IntegriCloud