Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys
Hello,
> Module Name: src
> Committed By: joerg
> Date: Mon Feb 8 19:02:33 UTC 2010
>
> ...
>
> Log Message:
> Remove separate mb_map. The nmbclusters is computed at boot time based
> on the amount of physical memory and limited by NMBCLUSTERS if present.
> Architectures without direct mapping also limit it based on the kmem_map
> size, which is used as backing store. On i386 and ARM, the maximum KVA
> used for mbuf clusters is limited to 64MB by default.
> @@ -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?
--
Mindaugas
Home |
Main Index |
Thread Index |
Old Index