summaryrefslogtreecommitdiff
path: root/sys/dev/cpu.c
diff options
context:
space:
mode:
authorstefan <stefan@s00.xyz>2023-04-08 20:42:18 -0400
committerstefan <stefan@s00.xyz>2023-04-08 20:42:18 -0400
commit1aac36f788834699b6891aea7a83eb950bd5e8f6 (patch)
tree18e0a6c26b83e71c101193e60149f49b1641daf0 /sys/dev/cpu.c
parenta1a97aa7b2b0c3d1f3b6766446d605f83de1c561 (diff)
downloadsv-1aac36f788834699b6891aea7a83eb950bd5e8f6.tar.gz
no idea whot i changed lol
Diffstat (limited to 'sys/dev/cpu.c')
-rw-r--r--sys/dev/cpu.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/dev/cpu.c b/sys/dev/cpu.c
new file mode 100644
index 0000000..f96b807
--- /dev/null
+++ b/sys/dev/cpu.c
@@ -0,0 +1,6 @@
+#include <cpu.h>
+
+extern struct hart harts[NPROC];
+
+
+