singular: disable vspace on aarch64

This commit is contained in:
Mauricio Collares
2021-04-22 14:06:56 +09:00
committed by Masanori Ogino
parent cd7cf5942b
commit 090165d7c1
2 changed files with 18 additions and 0 deletions
@@ -0,0 +1,15 @@
diff --git a/kernel/mod2.h b/kernel/mod2.h
index 867fcae47..2abd84f23 100644
--- a/kernel/mod2.h
+++ b/kernel/mod2.h
@@ -60,8 +60,10 @@
/* define for parallel processes with shared memory */
#ifndef __CCYGWIN__
+#ifndef SI_CPU_AARCH64
#define HAVE_VSPACE 1
#endif
+#endif
/*#define PROFILING*/
#ifdef PROFILING