mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
Imported Genode release 11.11
This commit is contained in:
committed by
Christian Helmuth
parent
6bcc9aef0e
commit
da4e1feaa5
13
base-codezero/patches/set_fixed_pager.patch
Normal file
13
base-codezero/patches/set_fixed_pager.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
diff --git a/include/l4/generic/tcb.h b/include/l4/generic/tcb.h
|
||||
index 7b315b8..ace38d8 100644
|
||||
--- a/include/l4/generic/tcb.h
|
||||
+++ b/include/l4/generic/tcb.h
|
||||
@@ -70,7 +70,7 @@ struct task_ids {
|
||||
|
||||
struct container;
|
||||
|
||||
-#define tcb_pagerid(tcb) ((tcb)->pager->tid)
|
||||
+#define tcb_pagerid(tcb) 3
|
||||
|
||||
#define space_is_pager(tcb) \
|
||||
((tcb)->space->spid == (tcb)->pager->space->spid)
|
||||
Reference in New Issue
Block a user