diff options
author | Peter Grehan <grehan@FreeBSD.org> | 2008-04-09 08:50:37 +0000 |
---|---|---|
committer | Peter Grehan <grehan@FreeBSD.org> | 2008-04-09 08:50:37 +0000 |
commit | 2aa95aceb68707ebacedf7728a760a052a20561f (patch) | |
tree | e6e7c2d288eebea122aa9901d3c167e14acb5fcf | |
parent | b835b6fe2b6323e95b1856f51a854657cecada1f (diff) |
Notes
-rw-r--r-- | sys/powerpc/fpu/fpu_add.c | 2 | ||||
-rw-r--r-- | sys/powerpc/fpu/fpu_compare.c | 2 | ||||
-rw-r--r-- | sys/powerpc/fpu/fpu_div.c | 2 | ||||
-rw-r--r-- | sys/powerpc/fpu/fpu_explode.c | 2 | ||||
-rw-r--r-- | sys/powerpc/fpu/fpu_implode.c | 2 | ||||
-rw-r--r-- | sys/powerpc/fpu/fpu_mul.c | 2 | ||||
-rw-r--r-- | sys/powerpc/fpu/fpu_sqrt.c | 2 | ||||
-rw-r--r-- | sys/powerpc/fpu/fpu_subr.c | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/sys/powerpc/fpu/fpu_add.c b/sys/powerpc/fpu/fpu_add.c index 5610b4a67847..97b9d255051f 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 6edba5f85905..898fb4f061b6 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 5376b3dfd53f..a206bf3c70b2 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 70eef6aa8737..d2646fcdc8fc 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 cbb3651a032a..b57ba2d56656 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 f8735d9d26f7..6fe7851eb528 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 c57106959710..963a19302a9d 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 58b0b3de5800..dc8921650189 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> |