X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/1c79356b52d46aa6b508fb032f5ae709b1f2897b..d12e16782ebf8bb779633dff9e14486293bf6d07:/bsd/kern/kern_subr.c?ds=inline diff --git a/bsd/kern/kern_subr.c b/bsd/kern/kern_subr.c index 7cd4f6770..be0f738ff 100644 --- a/bsd/kern/kern_subr.c +++ b/bsd/kern/kern_subr.c @@ -136,7 +136,7 @@ uiomove(cp, n, uio) error = copywithin(iov->iov_base, (caddr_t)cp, cnt); break; -#ifdef ppc + case UIO_PHYS_USERSPACE: if (uio->uio_rw == UIO_READ) { @@ -162,7 +162,6 @@ uiomove(cp, n, uio) if (error) return (error); break; -#endif } iov->iov_base += cnt; iov->iov_len -= cnt;