mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
committed by
Christian Helmuth
parent
cb531e4cf9
commit
de986c5f0b
@@ -1 +1 @@
|
||||
e45565b06e9324f1016416935b5c0f8e1da91725
|
||||
89e077c8c83aa0e1dd51f2222139412eea1c5f0f
|
||||
|
||||
@@ -4,7 +4,7 @@ DOWNLOADS := nova.git
|
||||
|
||||
# r10 branch
|
||||
URL(nova) := https://github.com/alex-ab/NOVA.git
|
||||
REV(nova) := da528a1e305b8892c4c3ef3c5a4bb420bb534d63
|
||||
REV(nova) := 6b593c302a2e95f288a423ec3cc7ec3ba0d5653b
|
||||
DIR(nova) := src/kernel/nova
|
||||
|
||||
PATCHES := $(sort $(wildcard $(REP_DIR)/patches/*.patch))
|
||||
|
||||
@@ -529,7 +529,7 @@ class Cause_mapping : public Genode::Thread {
|
||||
Nova::Utcb * nova_utcb = reinterpret_cast<Nova::Utcb *>(utcb());
|
||||
|
||||
while (true) {
|
||||
called ++;
|
||||
called = called + 1;
|
||||
// log("mapper: request mapping ", Hex(_mem_nd), " ", called);
|
||||
|
||||
Nova::Crd old = nova_utcb->crd_rcv;
|
||||
|
||||
Reference in New Issue
Block a user