]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r208100:
authorbz <bz@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 18 May 2010 04:20:35 +0000 (04:20 +0000)
committerbz <bz@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 18 May 2010 04:20:35 +0000 (04:20 +0000)
commit90dd1da60b9af1e6a7ce651dd00d86c34d1f3c0d
treeafb9eb8070327def76ea237c31f8f5de4e7773d8
parent83c88a09b59e5b2365612696ab981343ef25e22d
MFC r208100:
  Fix an issue with the dynamic pcpu/vnet data allocators.

  We cannot expect that modspace is the last entry in the linker
  set and thus that modspace + possible extra space up to PAGE_SIZE
  would be contiguous.  For the moment do not support more than
  *_MODMIN space and ignore the extra space.

Discussed with: jeff, rwatson (briefly)
Reviewed by: jeff
Sponsored by: The FreeBSD Foundation
Sponsored by: CK Software GmbH

git-svn-id: svn://svn.freebsd.org/base/stable/8@208251 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/kern/subr_pcpu.c
sys/net/vnet.c