diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-10-22 18:39:57 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-10-22 18:39:57 +0300 |
| commit | 6be4e656cbf575dbcba95de4e99183586aa88ffe (patch) | |
| tree | c3fde91dd1d00d199804e7901df79e4de91d9cc7 /arch/riscv64/kernel/cpu.c | |
| parent | 22eeabc6c63e220d628417ea525c8838f3fae913 (diff) | |
| download | kmi-6be4e656cbf575dbcba95de4e99183586aa88ffe.tar.gz kmi-6be4e656cbf575dbcba95de4e99183586aa88ffe.zip | |
create impl and CAP_PROC checking
Diffstat (limited to 'arch/riscv64/kernel/cpu.c')
| -rw-r--r-- | arch/riscv64/kernel/cpu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/riscv64/kernel/cpu.c b/arch/riscv64/kernel/cpu.c index a730b87..d6d07ec 100644 --- a/arch/riscv64/kernel/cpu.c +++ b/arch/riscv64/kernel/cpu.c @@ -11,6 +11,7 @@ #include <arch/cpu.h> +/** Keeps track of initialized cpus. */ static atomic_long cpus = 0; void cpu_assign(struct tcb *t) |
