arm64: Reuse aps_started to simplify SMP boot
We need to know when all CPUs have booted. Rather than locking and
counting when starting CPUs we can count on the boot CPU to set
smp_started.
Sponsored by: Arm Ltd
Differential Revision: https://reviews.freebsd.org/D50366