From 6be4e656cbf575dbcba95de4e99183586aa88ffe Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sat, 22 Oct 2022 18:39:57 +0300 Subject: create impl and CAP_PROC checking --- arch/riscv64/kernel/cpu.c | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/riscv64') 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 +/** Keeps track of initialized cpus. */ static atomic_long cpus = 0; void cpu_assign(struct tcb *t) -- cgit v1.3