diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-05-29 01:07:48 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-05-29 01:07:48 +0300 |
| commit | 0f4a751e60a6c8ac40592ff44c74f1c9e4846d9a (patch) | |
| tree | 96fb1e8479261a128f065ee493ee3a97a3b91949 /arch/riscv64/include | |
| parent | 013a27aec9370221e8afae188a8ed08ed2d406b0 (diff) | |
| download | kmi-0f4a751e60a6c8ac40592ff44c74f1c9e4846d9a.tar.gz kmi-0f4a751e60a6c8ac40592ff44c74f1c9e4846d9a.zip | |
continue documentation efforts.
Diffstat (limited to 'arch/riscv64/include')
| -rw-r--r-- | arch/riscv64/include/tcb.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/arch/riscv64/include/tcb.h b/arch/riscv64/include/tcb.h index be6d58a..8cd32ed 100644 --- a/arch/riscv64/include/tcb.h +++ b/arch/riscv64/include/tcb.h @@ -6,9 +6,13 @@ * riscv64 definitions of arch-specific tcb data. */ +/** + * riscv-specific thread handling stuff. + * + * Empty for now, but should probably be filled with stuff like register + * saving of something + */ struct arch_tcbd { - /* empty for now, but should probably be filled with stuff like register - * saving of something */ }; #endif /* ARCH_RISCV_TCB_H */ |
