[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 2 of 2 RFC] xen, pod: Only sweep in an emergency, and only for 4k pages
At 11:45 +0000 on 08 Jun (1339155933), George Dunlap wrote: > + if ( p2m->pod.count == 0 ) > + goto out_of_memory; > > /* Keep track of the highest gfn demand-populated by a guest fault */ > if ( gfn > p2m->pod.max_guest ) > p2m->pod.max_guest = gfn; > > - if ( p2m->pod.count == 0 ) > - goto out_of_memory; > - Is this code motion just noise? Since out_of_memory crasheds the guest, I assume so. Cheers, Tim. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |