aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/kernel/cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/riscv/kernel/cpu.c')
-rw-r--r--arch/riscv/kernel/cpu.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/riscv/kernel/cpu.c b/arch/riscv/kernel/cpu.c
deleted file mode 100644
index 6ae4ee7..0000000
--- a/arch/riscv/kernel/cpu.c
+++ /dev/null
@@ -1,6 +0,0 @@
-#include <apos/cpu.h>
-
-id_t cpu_id()
-{
- return 0; /* VERY MUCH TEMP */
-}