mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-22 06:57:51 +00:00
ca971bbfd8
This patch changes the top-level directory layout as a preparatory step for improving the tools for managing 3rd-party source codes. The rationale is described in the issue referenced below. Issue #1082
14 lines
375 B
Diff
14 lines
375 B
Diff
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) 4
|
|
|
|
#define space_is_pager(tcb) \
|
|
((tcb)->space->spid == (tcb)->pager->space->spid)
|