Remove the platform-specific definitions of VM_BATCHQUEUE_SIZE
for amd64 and powerpc64, and instead treat all 64-bit platforms
identically. This has the effect of increasing the arm64
VM_BATCHQUEUE_SIZE to match that of other platforms.
Note that I was about to create a review to increase the batchqueue size on arm64, and then I realized that it all the 64-bit platforms would be the same, so it would be easier to simply define everything in one place, rather than scattered in multple vmparam.h files.