From e6dc962ef7758c438039d7f8ac7e2bf3ebcb5c10 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sun, 13 Nov 2022 15:15:22 +0200 Subject: improve documentation on new features --- arch/riscv64/include/tcb.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'arch/riscv64/include') diff --git a/arch/riscv64/include/tcb.h b/arch/riscv64/include/tcb.h index 829ce6a..f3e4cd0 100644 --- a/arch/riscv64/include/tcb.h +++ b/arch/riscv64/include/tcb.h @@ -11,11 +11,9 @@ /** * riscv-specific thread handling stuff. - * - * Empty for now, but should probably be filled with stuff like register - * saving of something */ struct arch_tcbd { + /** Extra scratch register. */ long scratch; }; -- cgit v1.3