Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/arch/sh3/sh3 pullup revision 1.12 (approved by thor...



details:   https://anonhg.NetBSD.org/src/rev/a1fadebe8c94
branches:  netbsd-1-5
changeset: 489505:a1fadebe8c94
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Thu Sep 21 07:53:59 2000 +0000

description:
pullup revision 1.12 (approved by thorpej):

 delete an obsolete comment.

diffstat:

 sys/arch/sh3/sh3/vm_machdep.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 255cfc159e9d -r a1fadebe8c94 sys/arch/sh3/sh3/vm_machdep.c
--- a/sys/arch/sh3/sh3/vm_machdep.c     Thu Sep 21 07:52:33 2000 +0000
+++ b/sys/arch/sh3/sh3/vm_machdep.c     Thu Sep 21 07:53:59 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vm_machdep.c,v 1.9 2000/05/28 05:49:03 thorpej Exp $   */
+/*     $NetBSD: vm_machdep.c,v 1.9.2.1 2000/09/21 07:53:59 msaitoh Exp $       */
 
 /*-
  * Copyright (c) 1995 Charles M. Hannum.  All rights reserved.
@@ -233,8 +233,7 @@
 
 /*
  * Move pages from one kernel virtual address to another.
- * Both addresses are assumed to reside in the Sysmap,
- * and size must be a multiple of CLSIZE.
+ * Both addresses are assumed to reside in the Sysmap.
  */
 void
 pagemove(from, to, size)



Home | Main Index | Thread Index | Old Index