CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2010/04/30 15:56:39

Modified files:
        sys/arch/amd64/amd64: pmap.c 
        sys/arch/hppa/hppa: pmap.c 
        sys/arch/i386/i386: pmap.c 
        sys/dev/pci/drm: drm_drv.c 
        sys/kern       : vfs_biomem.c 
        sys/uvm        : uvm_aobj.c uvm_device.c uvm_object.c 
                         uvm_object.h uvm_vnode.c 

Log message:
Right now, if anything internal changes with a uvm object, diverse
places in the tree need to be touched to update the object
initialisation with respect to that.

So, make a function (uvm_initobj) that takes the refcount, object and
pager ops and does this initialisation for us. This should save on
maintainance in the future.

looked good to f...@. Tedu complained about the British spelling but OKed
it anyway.

Reply via email to