mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-05 17:56:46 +01:00
16 lines
321 B
Diff
16 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
|