Part 2 of rev 1.68. Update comment to match reality now that vm_endcopy

exists and we no longer copy to the end of the struct.

Forgotten by:  alfred and green
This commit is contained in:
Peter Wemm 2004-03-12 00:16:48 +00:00
parent 378f3f5a17
commit 2965c04576

View file

@ -226,7 +226,7 @@ struct vmspace {
struct pmap vm_pmap; /* private physical map */
int vm_refcnt; /* number of references */
struct shmmap_state *vm_shm; /* SYS5 shared memory private data XXX */
/* we copy from vm_startcopy to the end of the structure on fork */
/* we copy between vm_startcopy and vm_endcopy on fork */
#define vm_startcopy vm_rssize
segsz_t vm_rssize; /* current resident set size in pages */
segsz_t vm_swrss; /* resident set size before last swap */