diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-05-06 00:45:57 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-05-06 00:45:57 +0000 |
commit | 44cb8b104e1d8ecebdc6da008bda849aa211e760 (patch) | |
tree | 8aa66160a5e5f39c4c04825857dab2a47c951429 /sys/arch/pmax | |
parent | d0ba28a350b4bad5a4259dc0b1d0785d03c72913 (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/pmax')
-rw-r--r-- | sys/arch/pmax/pmax/vm_machdep.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/pmax/pmax/vm_machdep.c b/sys/arch/pmax/pmax/vm_machdep.c index f270b0a004f..1a6cfb2c868 100644 --- a/sys/arch/pmax/pmax/vm_machdep.c +++ b/sys/arch/pmax/pmax/vm_machdep.c @@ -244,8 +244,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) |