summaryrefslogtreecommitdiffstats
path: root/libc/kernel/arch-x86/asm/smp.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/kernel/arch-x86/asm/smp.h')
-rw-r--r--libc/kernel/arch-x86/asm/smp.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libc/kernel/arch-x86/asm/smp.h b/libc/kernel/arch-x86/asm/smp.h
index 4e439d5..276475d 100644
--- a/libc/kernel/arch-x86/asm/smp.h
+++ b/libc/kernel/arch-x86/asm/smp.h
@@ -16,4 +16,9 @@
***
****************************************************************************
****************************************************************************/
+#ifdef __i386__
#include "smp_32.h"
+#else
+#include "smp_64.h"
+/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
+#endif