mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-25 08:21:08 +00:00
3e90542559
Avoids the need to have per IRQ a thread that blocks synchronously for next interrupt. Now a thread may wait for multiple IRQs as other signals simultaneously. In core no threads are required anymore for IRQs/MSI - the clients (either the pci_drv or in case of MSI the driver) gets the IRQ delivered directly as a ordinary Genode signal. Useful since #1216 and #1487 is now available. Commit applies feature of #1446 also to IRQ/MSIs.
11 lines
256 B
Plaintext
11 lines
256 B
Plaintext
LICENSE := GPLv2
|
|
VERSION := git
|
|
DOWNLOADS := nova.git
|
|
|
|
URL(nova) := https://github.com/alex-ab/NOVA.git
|
|
# r8 branch
|
|
REV(nova) := 9916e624f59462b8bb157dad3b38592e4ffbc561
|
|
DIR(nova) := src/kernel/nova
|
|
|
|
PATCHES := $(wildcard $(REP_DIR)/patches/*.patch)
|