aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv64/include/tcb.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/riscv64/include/tcb.h')
-rw-r--r--arch/riscv64/include/tcb.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/riscv64/include/tcb.h b/arch/riscv64/include/tcb.h
index 33e8fad..a804175 100644
--- a/arch/riscv64/include/tcb.h
+++ b/arch/riscv64/include/tcb.h
@@ -15,6 +15,9 @@
struct arch_tcbd {
/** Extra scratch register. */
long scratch;
+
+ struct vmem *rpc_leaf;
+ int rpc_idx;
};
#endif /* ARCH_RISCV_TCB_H */