From 3e937c3a779d2eaf8a122b39dd22b26effc92c4c Mon Sep 17 00:00:00 2001 From: Konstantin Belousov Date: Wed, 20 Apr 2016 17:28:21 +0000 Subject: [PATCH] Arm and arm64 both have fueword() implemented for some time. Correct the comment. Sponsored by: The FreeBSD Foundation --- sys/kern/subr_uio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/kern/subr_uio.c b/sys/kern/subr_uio.c index ec64b91f75c..a2ce7fbbbe0 100644 --- a/sys/kern/subr_uio.c +++ b/sys/kern/subr_uio.c @@ -500,8 +500,8 @@ copyout_unmap(struct thread *td, vm_offset_t addr, size_t sz) /* * 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 -- 2.45.2