Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/arch/xen/xen



On Sep 27, 10:15pm, bouyer%antioche.eu.org@localhost (Manuel Bouyer) wrote:
-- Subject: Re: CVS commit: src/sys/arch/xen/xen

| >  	if (newstart != start) {
| >  		printf("uvm_map didn't give us back our vm space\n");
| > +		uvm_unmap1(map, newstart, newstart + size, 0);
| > +		if (obj)
| > +			obj->uobj.pgops->pgo_detach(&obj->uobj);
| >  		return EINVAL;
| >  	}
| 
| where is obj freed then ?

In detach.

christos


Home | Main Index | Thread Index | Old Index