9405df4a82
GitOrigin-RevId: 8e4fe32876ca15e3d5eb3ecd3ca0b224417f5f17
15 lines
321 B
Diff
15 lines
321 B
Diff
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
|