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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/riscv64/include/tcb.h b/arch/riscv64/include/tcb.h
index ed2fd71..829ce6a 100644
--- a/arch/riscv64/include/tcb.h
+++ b/arch/riscv64/include/tcb.h
@@ -16,6 +16,7 @@
* saving of something
*/
struct arch_tcbd {
+ long scratch;
};
#endif /* ARCH_RISCV_TCB_H */