summaryrefslogtreecommitdiffstats
path: root/isys/smp.c
diff options
context:
space:
mode:
Diffstat (limited to 'isys/smp.c')
-rw-r--r--isys/smp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/isys/smp.c b/isys/smp.c
index 32c42575b..64530d629 100644
--- a/isys/smp.c
+++ b/isys/smp.c
@@ -591,6 +591,8 @@ int detectSMP(void)
return isSMP = s390DetectSMP();
#elif __ia64__
return isSMP = 1;
+#elif __x86_64__
+ return isSMP = 1;
#else
#error unknown architecture
#endif