Switch alignment of vm_phys_early_alloc() to PAGE_SIZE as it is the most
used one.
Review all calling points and change those where greater alignment is
really needed to use vm_phys_early_alloc_ex().
In particular, in PowerPC's moea64_page_array_startup(), reduce the
requested alignment to what the hardware actually requires
('moea64_large_page_size') instead of the size of the page array portion
for a full domain.