mirror of
https://github.com/genodelabs/genode.git
synced 2025-05-28 21:24:26 +00:00
Core used to read the kernel-reserved IRQs from the timer objects in the kernel's CPU objects and the PIC class (inter-processor IRQ). Besides not being "good style" to access a kernel object in Core, this becomes a problem when trying to prevent CPU pool from being accessed via global functions. As a solution, this commit extends the boot info to also carry an array of all kernel-reserved IRQs. Ref #4217