Module Name: src Committed By: mrg Date: Sun Jun 12 06:36:38 UTC 2011
Modified Files: src/sys/rump/librump/rumpkern: Makefile.rumpkern vm.c src/sys/uvm: uvm_object.c Log Message: include uvm_object.c in the rump kernel for the new uvm_obj* functions. don't build the uvm_object.c uvm_object_printit() for _RUMPKERNEL. (XXX) add empty panic() stubs for uvm_loanbreak() and ubc_purge(). fixes some more 5.99.53 rump build issues. To generate a diff of this commit: cvs rdiff -u -r1.109 -r1.110 src/sys/rump/librump/rumpkern/Makefile.rumpkern cvs rdiff -u -r1.115 -r1.116 src/sys/rump/librump/rumpkern/vm.c cvs rdiff -u -r1.8 -r1.9 src/sys/uvm/uvm_object.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.