summaryrefslogtreecommitdiff
path: root/sys/arch/mvme68k
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-05-06 00:45:57 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-05-06 00:45:57 +0000
commit44cb8b104e1d8ecebdc6da008bda849aa211e760 (patch)
tree8aa66160a5e5f39c4c04825857dab2a47c951429 /sys/arch/mvme68k
parentd0ba28a350b4bad5a4259dc0b1d0785d03c72913 (diff)
Update some comments wrt. the CLSIZE changes.
And remove that memory price comment from 1981. It is amusing, but also confusing because the math in there is only correct on vax.
Diffstat (limited to 'sys/arch/mvme68k')
-rw-r--r--sys/arch/mvme68k/mvme68k/vm_machdep.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/mvme68k/mvme68k/vm_machdep.c b/sys/arch/mvme68k/mvme68k/vm_machdep.c
index e230e23bdeb..a0c9e50259e 100644
--- a/sys/arch/mvme68k/mvme68k/vm_machdep.c
+++ b/sys/arch/mvme68k/mvme68k/vm_machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vm_machdep.c,v 1.21 2001/05/05 20:56:45 art Exp $ */
+/* $OpenBSD: vm_machdep.c,v 1.22 2001/05/06 00:45:52 art Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -158,8 +158,7 @@ cpu_coredump(p, vp, cred, chdr)
/*
* 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)