]> Zhao Yanbai Git Server - minix.git/commit
mark pages whose refcount were >1 and drop to 1 and are
authorBen Gras <ben@minix3.org>
Wed, 22 Apr 2009 12:39:29 +0000 (12:39 +0000)
committerBen Gras <ben@minix3.org>
Wed, 22 Apr 2009 12:39:29 +0000 (12:39 +0000)
commit2dd02cc560b02361b86796d7c1c198eb09a633ec
tree438235be6a0b8d520583e44e368f38da2b559a6c
parente0f3a5acf1b5b6582bfa83d690578a5bcdbd7274
mark pages whose refcount were >1 and drop to 1 and are
read/write writable in the pagetable right away instead of waiting for
a pagefault. minor optimization.

some a sanity check of SLAB-allocated pointers.

vm gets its own _exit and __exit like PM, so the stock (library) panic works.
servers/vm/exit.c
servers/vm/glo.h
servers/vm/i386/vm.c
servers/vm/main.c
servers/vm/pagefaults.c
servers/vm/proto.h
servers/vm/region.c
servers/vm/region.h
servers/vm/sanitycheck.h
servers/vm/slaballoc.c