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 /sys/powerpc/fpu | |
| parent | b835b6fe2b6323e95b1856f51a854657cecada1f (diff) | |
Notes
Diffstat (limited to 'sys/powerpc/fpu')
| -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 5610b4a67847c..97b9d255051fc 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 6edba5f85905b..898fb4f061b66 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 5376b3dfd53fd..a206bf3c70b2e 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 70eef6aa87375..d2646fcdc8fc3 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 cbb3651a032a4..b57ba2d566561 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 f8735d9d26f7a..6fe7851eb5280 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 c571069597100..963a19302a9d2 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 58b0b3de58007..dc89216501899 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> |
