mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-14 16:26:30 +00:00
_extra_dispatch_up is used by the ep and the vcpu thread unsynchronized, which leads under sufficient load to race situations, where both wait for each other and no one ever will continue. Remove _extra_dispatch_up completely, which is not required, as the kernel interface handles this specific state already. Fixes #5461
This repository contains the port of Genode to the Fiasco.OC microkernel. :[https://os.inf.tu-dresden.de/fiasco]: Official website for the Fiasco.OC microkernel