This could be triggered by taking a 2-socket system and disabling all cores
in socket 0, except the BSP, resulting in a non-uniform cache hierarchy.
There is no reason we cannot make reasonable scheduling decisions based on
the cache-locality information we already have in such configurations, and
we shouldn't panic on boot.
Submitted by: Mike Evans (earlier version)