Date: Fri, 14 Jun 2002 11:21:01 -0700 (PDT) From: Alan Cox <alc@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_contig.c vm_glue.c vm_kern.c vm_map.c vm_map.h vm_mmap.c Message-ID: <200206141821.g5EIL1i30308@freefall.freebsd.org>
index | next in thread | raw e-mail
alc 2002/06/14 11:21:01 PDT
Modified files:
sys/vm vm_contig.c vm_glue.c vm_kern.c vm_map.c
vm_map.h vm_mmap.c
Log:
o Use vm_map_wire() and vm_map_unwire() in place of vm_map_pageable() and
vm_map_user_pageable().
o Remove vm_map_pageable() and vm_map_user_pageable().
o Remove vm_map_clear_recursive() and vm_map_set_recursive(). (They were
only used by vm_map_pageable() and vm_map_user_pageable().)
Reviewed by: tegge
Revision Changes Path
1.7 +1 -1 src/sys/vm/vm_contig.c
1.135 +3 -4 src/sys/vm/vm_glue.c
1.78 +1 -1 src/sys/vm/vm_kern.c
1.251 +0 -397 src/sys/vm/vm_map.c
1.87 +0 -8 src/sys/vm/vm_map.h
1.144 +3 -3 src/sys/vm/vm_mmap.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206141821.g5EIL1i30308>
