K 10 svn:author V 4 neel K 8 svn:date V 27 2013-07-06T08:16:17.945684Z K 7 svn:log V 330 Add a function pointer argument to 'vmspace_alloc()' that will be used to initialize the embedded pmap. This will be used by callers that want to create a pmap that is different than the one initialized by 'pmap_pinit()'. For e.g. bhyve will use this function pointer to create a nested pmap of type PT_EPT. Discussed with: kib END