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/alpha | |
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/alpha')
-rw-r--r-- | sys/arch/alpha/alpha/vm_machdep.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/alpha/alpha/vm_machdep.c b/sys/arch/alpha/alpha/vm_machdep.c index 2d514948568..cffe4adcd0b 100644 --- a/sys/arch/alpha/alpha/vm_machdep.c +++ b/sys/arch/alpha/alpha/vm_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vm_machdep.c,v 1.20 2001/04/13 03:07:29 art Exp $ */ +/* $OpenBSD: vm_machdep.c,v 1.21 2001/05/06 00:45:45 art Exp $ */ /* $NetBSD: vm_machdep.c,v 1.55 2000/03/29 03:49:48 simonb Exp $ */ /* @@ -312,8 +312,7 @@ cpu_swapout(p) /* * Move pages from one kernel virtual address to another. - * Both addresses are assumed to have valid page table pages - * and size must be a multiple of CLSIZE. + * Both addresses are assumed to have valid page table pages. * * Note that since all kernel page table pages are pre-allocated * and mapped in, we can use the Virtual Page Table. |