mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-24 09:46:44 +00:00
The CPUs are woken all at once and up to now the IDs are assigned depending on the arrival order, which is unfortunate for the resume case. Keep track of once assigned IDs for CPUs, so that on resume the very same CPU id is given. The APIC id is guaranteed to be fixed per CPU on suspend, but unfortunately not dense packed. Issue #4669