summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2002-06-20 07:13:35 +0000
committerpeter <peter@FreeBSD.org>2002-06-20 07:13:35 +0000
commitdf4ec1a7b33531691211023c1edbb1872d977b64 (patch)
tree82fa23797f430a4faf6c1beb058ab91da0767ce2 /sys/powerpc
parent17afca478e186edc08fc717a6b452d336d26dfb5 (diff)
downloadFreeBSD-src-df4ec1a7b33531691211023c1edbb1872d977b64.zip
FreeBSD-src-df4ec1a7b33531691211023c1edbb1872d977b64.tar.gz
Deorbit suibyte(). It was only used for split address space systems
for supporting UIO_USERISPACE (ie: it wasn't used).
Diffstat (limited to 'sys/powerpc')
-rw-r--r--sys/powerpc/aim/copyinout.c7
-rw-r--r--sys/powerpc/powerpc/copyinout.c7
2 files changed, 0 insertions, 14 deletions
diff --git a/sys/powerpc/aim/copyinout.c b/sys/powerpc/aim/copyinout.c
index 37e7de7..7a28fc0 100644
--- a/sys/powerpc/aim/copyinout.c
+++ b/sys/powerpc/aim/copyinout.c
@@ -233,13 +233,6 @@ subyte(void *addr, int byte)
}
int
-suibyte(void *addr, int byte)
-{
-
- return (subyte(addr, byte));
-}
-
-int
suword(void *addr, long word)
{
struct thread *td;
diff --git a/sys/powerpc/powerpc/copyinout.c b/sys/powerpc/powerpc/copyinout.c
index 37e7de7..7a28fc0 100644
--- a/sys/powerpc/powerpc/copyinout.c
+++ b/sys/powerpc/powerpc/copyinout.c
@@ -233,13 +233,6 @@ subyte(void *addr, int byte)
}
int
-suibyte(void *addr, int byte)
-{
-
- return (subyte(addr, byte));
-}
-
-int
suword(void *addr, long word)
{
struct thread *td;
OpenPOWER on IntegriCloud