summaryrefslogtreecommitdiff
path: root/kernel/smp.h
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-09-07 03:01:28 +0200
committerMiguel <m.i@gmx.at>2018-09-07 03:01:28 +0200
commitaa4b4c6c1918a51318709761873d1c5e248a831d (patch)
treebdcfe7be159cc778d113538722e119a665a47738 /kernel/smp.h
parentef4943053475cd8bf341c42dd0b538bc630b92a3 (diff)
apic timer smp
Diffstat (limited to 'kernel/smp.h')
-rw-r--r--kernel/smp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/smp.h b/kernel/smp.h
index 256d451..61058fc 100644
--- a/kernel/smp.h
+++ b/kernel/smp.h
@@ -1,7 +1,7 @@
#ifndef SMP_H
#define SMP_H
-#define SMP_MAX_PROC 32
+#include "kernel.h"
typedef struct
{