Date: Wed, 20 Apr 2016 17:28:21 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r298356 - head/sys/kern Message-ID: <201604201728.u3KHSLkN019378@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604201728.u3KHSLkN019378>