diff options
author | Andrew Turner <andrew@FreeBSD.org> | 2021-08-27 09:38:40 +0000 |
---|---|---|
committer | Andrew Turner <andrew@FreeBSD.org> | 2021-08-30 11:50:53 +0000 |
commit | b792434150d66b9b2356fb9a7548f4c7f0a0f16c (patch) | |
tree | fd9dee6c0d9f0d2b1896c2620bd1e52747dcb278 /sys/powerpc/fpu | |
parent | a9472032211ddb06cd7d73b941c335b16550b558 (diff) | |
download | src-b792434150d66b9b2356fb9a7548f4c7f0a0f16c.tar.gz src-b792434150d66b9b2356fb9a7548f4c7f0a0f16c.zip |
Diffstat (limited to 'sys/powerpc/fpu')
-rw-r--r-- | sys/powerpc/fpu/fpu_add.c | 1 | ||||
-rw-r--r-- | sys/powerpc/fpu/fpu_compare.c | 1 | ||||
-rw-r--r-- | sys/powerpc/fpu/fpu_div.c | 1 | ||||
-rw-r--r-- | sys/powerpc/fpu/fpu_emu.c | 1 | ||||
-rw-r--r-- | sys/powerpc/fpu/fpu_implode.c | 1 | ||||
-rw-r--r-- | sys/powerpc/fpu/fpu_mul.c | 1 | ||||
-rw-r--r-- | sys/powerpc/fpu/fpu_sqrt.c | 1 | ||||
-rw-r--r-- | sys/powerpc/fpu/fpu_subr.c | 1 |
8 files changed, 0 insertions, 8 deletions
diff --git a/sys/powerpc/fpu/fpu_add.c b/sys/powerpc/fpu/fpu_add.c index 6dd594ca0ec9..fdab0d8872ab 100644 --- a/sys/powerpc/fpu/fpu_add.c +++ b/sys/powerpc/fpu/fpu_add.c @@ -56,7 +56,6 @@ __FBSDID("$FreeBSD$"); #include <machine/fpu.h> #include <machine/ieeefp.h> -#include <machine/reg.h> #include <powerpc/fpu/fpu_arith.h> #include <powerpc/fpu/fpu_emu.h> diff --git a/sys/powerpc/fpu/fpu_compare.c b/sys/powerpc/fpu/fpu_compare.c index 48d7c488ce8a..633d32dcc717 100644 --- a/sys/powerpc/fpu/fpu_compare.c +++ b/sys/powerpc/fpu/fpu_compare.c @@ -56,7 +56,6 @@ __FBSDID("$FreeBSD$"); #include <sys/systm.h> #include <machine/fpu.h> -#include <machine/reg.h> #include <powerpc/fpu/fpu_arith.h> #include <powerpc/fpu/fpu_emu.h> diff --git a/sys/powerpc/fpu/fpu_div.c b/sys/powerpc/fpu/fpu_div.c index 5b625f640f13..7536d4aaa69e 100644 --- a/sys/powerpc/fpu/fpu_div.c +++ b/sys/powerpc/fpu/fpu_div.c @@ -53,7 +53,6 @@ __FBSDID("$FreeBSD$"); #include <sys/systm.h> #include <machine/fpu.h> -#include <machine/reg.h> #include <powerpc/fpu/fpu_arith.h> #include <powerpc/fpu/fpu_emu.h> diff --git a/sys/powerpc/fpu/fpu_emu.c b/sys/powerpc/fpu/fpu_emu.c index 6c1b91fb9725..c8c1f0b4b7ee 100644 --- a/sys/powerpc/fpu/fpu_emu.c +++ b/sys/powerpc/fpu/fpu_emu.c @@ -93,7 +93,6 @@ __FBSDID("$FreeBSD$"); #include <sys/signalvar.h> #include <machine/fpu.h> -#include <machine/reg.h> #include <powerpc/fpu/fpu_emu.h> #include <powerpc/fpu/fpu_extern.h> diff --git a/sys/powerpc/fpu/fpu_implode.c b/sys/powerpc/fpu/fpu_implode.c index 69a58bf79315..8ccf4b2f8243 100644 --- a/sys/powerpc/fpu/fpu_implode.c +++ b/sys/powerpc/fpu/fpu_implode.c @@ -56,7 +56,6 @@ __FBSDID("$FreeBSD$"); #include <machine/fpu.h> #include <machine/ieee.h> #include <machine/ieeefp.h> -#include <machine/reg.h> #include <powerpc/fpu/fpu_arith.h> #include <powerpc/fpu/fpu_emu.h> diff --git a/sys/powerpc/fpu/fpu_mul.c b/sys/powerpc/fpu/fpu_mul.c index 609b261492a4..336ddaee9607 100644 --- a/sys/powerpc/fpu/fpu_mul.c +++ b/sys/powerpc/fpu/fpu_mul.c @@ -53,7 +53,6 @@ __FBSDID("$FreeBSD$"); #include <sys/systm.h> #include <machine/fpu.h> -#include <machine/reg.h> #include <powerpc/fpu/fpu_arith.h> #include <powerpc/fpu/fpu_emu.h> diff --git a/sys/powerpc/fpu/fpu_sqrt.c b/sys/powerpc/fpu/fpu_sqrt.c index e1f5bec9006f..5a95d7eae115 100644 --- a/sys/powerpc/fpu/fpu_sqrt.c +++ b/sys/powerpc/fpu/fpu_sqrt.c @@ -53,7 +53,6 @@ __FBSDID("$FreeBSD$"); #include <sys/systm.h> #include <machine/fpu.h> -#include <machine/reg.h> #include <powerpc/fpu/fpu_arith.h> #include <powerpc/fpu/fpu_emu.h> diff --git a/sys/powerpc/fpu/fpu_subr.c b/sys/powerpc/fpu/fpu_subr.c index fc817a7ee587..fbe1bc70aa5a 100644 --- a/sys/powerpc/fpu/fpu_subr.c +++ b/sys/powerpc/fpu/fpu_subr.c @@ -53,7 +53,6 @@ __FBSDID("$FreeBSD$"); #include <sys/systm.h> #include <machine/fpu.h> -#include <machine/reg.h> #include <powerpc/fpu/fpu_arith.h> #include <powerpc/fpu/fpu_emu.h> |