Author: kib Date: Wed Apr 20 17:28:21 2016 New Revision: 298356 URL: https://svnweb.freebsd.org/changeset/base/298356
Log: Arm and arm64 both have fueword() implemented for some time. Correct the comment. Sponsored by: The FreeBSD Foundation Modified: head/sys/kern/subr_uio.c Modified: head/sys/kern/subr_uio.c ============================================================================== --- head/sys/kern/subr_uio.c Wed Apr 20 17:05:32 2016 (r298355) +++ head/sys/kern/subr_uio.c Wed Apr 20 17:28:21 2016 (r298356) @@ -500,8 +500,8 @@ copyout_unmap(struct thread *td, vm_offs /* * XXXKIB The temporal implementation of fue*() functions which do not * handle usermode -1 properly, mixing it with the fault code. Keep - * this until MD code is written. Currently sparc64, mips and arm do - * not have proper implementation. + * this until MD code is written. Currently sparc64 and mips do not + * have proper implementation. */ int _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
