Second contigmalloc() cleanup:
authorHiten Pandya <hmp@dragonflybsd.org>
Wed, 15 Oct 2003 16:48:04 +0000 (16:48 +0000)
committerHiten Pandya <hmp@dragonflybsd.org>
Wed, 15 Oct 2003 16:48:04 +0000 (16:48 +0000)
commit7fa7744ba7130d1ba1a3fb602ee16882632e380e
tree7644a5aa05e671657413e12a3773d84b8e971a8e
parentd1fcdd16c36d64f1ef2df0da9512b3abec1f26c3
Second contigmalloc() cleanup:

* Move the contigmalloc/vm_contig_pg API into its own
  file, vm_contig.c.

* Give contigmalloc1() a more sensible to reflect its
  purpose, contigmalloc_map().
sys/conf/files
sys/kern/uipc_mbuf.c
sys/vm/vm_contig.c [new file with mode: 0644]
sys/vm/vm_kern.h
sys/vm/vm_page.c