diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-07-22 17:00:52 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-07-22 17:00:52 +0200 |
| commit | 68ff13d1b9c8ef164a056e2e340404480e778dd1 (patch) | |
| tree | 8cef9c19f6d30ebdbc4a1e97dc8f7097ef6b4157 /arch/riscv/supervisor/hsm/hsm.c | |
| parent | 2cf3a3aa79568820d066cd5289c579188bce510f (diff) | |
| download | farga-main.tar.gz farga-main.zip | |
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to 'arch/riscv/supervisor/hsm/hsm.c')
| -rw-r--r-- | arch/riscv/supervisor/hsm/hsm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/riscv/supervisor/hsm/hsm.c b/arch/riscv/supervisor/hsm/hsm.c index 0b2daca..373d981 100644 --- a/arch/riscv/supervisor/hsm/hsm.c +++ b/arch/riscv/supervisor/hsm/hsm.c @@ -7,7 +7,7 @@ extern void _start(void); /* - * Similar to the Linux kernel and what I did in https://github.com/mssola/fbos, + * Similar to the Linux kernel and what I did in https://git.mssola.com/os/fbos, * harts will enter in a lottery when starting. See the README.md file for more * details on this. */ |
