mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-30 08:03:59 +00:00
1b5bfec8f9
On resume the CPU state must be re-initialized, since all CPUs have been potentially off (depending on sleep form) and lost state. Handle the halt and suspend state explicitly by an extra Job implementation which can be executed without holding the global kernel lock. Issue #4669