Source-Changes-D archive

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

Re: CVS commit: src/sys



On Mon, Feb 08, 2010 at 08:35:26PM +0000, Mindaugas Rasiukevicius wrote:
> > @@ -169,7 +192,7 @@ mbinit(void)
> >  
> >     sysctl_kern_mbuf_setup();
> >  
> > -   mclpool_allocator.pa_backingmap = mb_map;
> > +   mclpool_allocator.pa_backingmap = kmem_map;
>  
> Is there a reason to keep mclpool_allocator?

No, switching to pool_allocator_kmem should be fine.

Joerg


Home | Main Index | Thread Index | Old Index