IPI_STOP is used after panic or when ddb is entered manually. This approach
allows CPUs that support the feature to sleep in a low power way instead of
spinning. It is perhaps especially useful in oversubscribed VM
environments, and is safe to use even if the panic/ddb thread is not the
BSP.
It can be tuned/sysctled with "machdep.stop_mwait."
Submitted by: Anton Rang <rang AT acm.org>