diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-11-13 15:15:22 +0200 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-11-13 15:15:22 +0200 |
| commit | e6dc962ef7758c438039d7f8ac7e2bf3ebcb5c10 (patch) | |
| tree | 9484a801bc205e0e5f921ebeaba0a15e4d561400 /arch/riscv64/include | |
| parent | b36e3b83b402ee054c319f0472b16a2bd64bba7e (diff) | |
| download | kmi-e6dc962ef7758c438039d7f8ac7e2bf3ebcb5c10.tar.gz kmi-e6dc962ef7758c438039d7f8ac7e2bf3ebcb5c10.zip | |
improve documentation on new features
Diffstat (limited to 'arch/riscv64/include')
| -rw-r--r-- | arch/riscv64/include/tcb.h | 4 |
1 files changed, 1 insertions, 3 deletions
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; }; |
