K 10 svn:author V 7 rgrimes K 8 svn:date V 27 2019-05-24T04:15:38.423112Z K 7 svn:log V 383 MFC: r346714: Add accessor function for vm->maxcpus Replace most VM_MAXCPU constant useses with an accessor function to vm->maxcpus which for now is initialized and kept at the value of VM_MAXCPUS. This is a rework of Fabian Freyer (fabian.freyer_physik.tu-berlin.de) work from D10070 to adjust it for the cpu topology changes that occured in r332298 Approved by: bde (implicit) END