summaryrefslogtreecommitdiff
path: root/sys/include/cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/include/cpu.h')
-rw-r--r--sys/include/cpu.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/sys/include/cpu.h b/sys/include/cpu.h
deleted file mode 100644
index 9567496..0000000
--- a/sys/include/cpu.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef _CPU_H
-#define _CPU_H
-
-struct hart {
- int intr_stack;
-};
-
-struct hart harts[NPROC] = {0};
-
-#endif /* _CPU_H */