Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/shark/ofw Remove comment (and its typo) that doesn'...



details:   https://anonhg.NetBSD.org/src/rev/38db00a1162d
branches:  trunk
changeset: 826488:38db00a1162d
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Sep 08 08:16:09 2017 +0000

description:
Remove comment (and its typo) that doesn't apply any more.

diffstat:

 sys/arch/shark/ofw/ofrom.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 500c9858c4bf -r 38db00a1162d sys/arch/shark/ofw/ofrom.c
--- a/sys/arch/shark/ofw/ofrom.c        Fri Sep 08 07:44:39 2017 +0000
+++ b/sys/arch/shark/ofw/ofrom.c        Fri Sep 08 08:16:09 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ofrom.c,v 1.26 2014/07/25 08:10:34 dholland Exp $      */
+/*     $NetBSD: ofrom.c,v 1.27 2017/09/08 08:16:09 skrll Exp $ */
 
 /*
  * Copyright 1998
@@ -38,7 +38,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ofrom.c,v 1.26 2014/07/25 08:10:34 dholland Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ofrom.c,v 1.27 2017/09/08 08:16:09 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/device.h>
@@ -167,7 +167,6 @@
                if (uio->uio_offset >= sc->size)
                        break;
 
-               /* XXX: Use unamanged mapping. */
                v = sc->base + uio->uio_offset;
                pmap_kenter_pa((vaddr_t)memhook, trunc_page(v),
                    uio->uio_rw == UIO_READ ?  VM_PROT_READ : VM_PROT_WRITE,



Home | Main Index | Thread Index | Old Index