From 44cb8b104e1d8ecebdc6da008bda849aa211e760 Mon Sep 17 00:00:00 2001 From: Artur Grabowski Date: Sun, 6 May 2001 00:45:57 +0000 Subject: 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. --- sys/arch/hp300/hp300/vm_machdep.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sys/arch/hp300') diff --git a/sys/arch/hp300/hp300/vm_machdep.c b/sys/arch/hp300/hp300/vm_machdep.c index ae00864da5f..f958800176f 100644 --- a/sys/arch/hp300/hp300/vm_machdep.c +++ b/sys/arch/hp300/hp300/vm_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vm_machdep.c,v 1.18 2001/05/05 20:56:35 art Exp $ */ +/* $OpenBSD: vm_machdep.c,v 1.19 2001/05/06 00:45:48 art Exp $ */ /* $NetBSD: vm_machdep.c,v 1.47 1999/03/26 23:41:29 mycroft Exp $ */ /* @@ -222,8 +222,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) -- cgit v1.2.3