mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-21 02:01:38 +00:00
Until now, one distinct software generated IRQ per cpu was used to send signals between cpus. As ARM's GIC has 16 software generated IRQs only, and they need to be partitioned between secure/non-secure TrustZone world as well as virtual and non-virtual worlds, we should save them. Ref #1405