aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/sys/common/erl_mseg.h
diff options
context:
space:
mode:
authorFredrik Gustafsson <[email protected]>2013-09-30 17:03:15 +0200
committerFredrik Gustafsson <[email protected]>2013-09-30 17:03:15 +0200
commit036727ce61cfbd51ece3d20a07d33c10c035ecec (patch)
tree783765a9157270e59469e33755f0c31564c52f90 /erts/emulator/sys/common/erl_mseg.h
parent157c52840b3a83da5f753d932acae3480bf4bfd2 (diff)
parente0ecc86e35475b434efa6cccba44074ca1040b7a (diff)
downloadotp-036727ce61cfbd51ece3d20a07d33c10c035ecec.tar.gz
otp-036727ce61cfbd51ece3d20a07d33c10c035ecec.tar.bz2
otp-036727ce61cfbd51ece3d20a07d33c10c035ecec.zip
Merge branch 'maint'
Diffstat (limited to 'erts/emulator/sys/common/erl_mseg.h')
-rw-r--r--erts/emulator/sys/common/erl_mseg.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/erts/emulator/sys/common/erl_mseg.h b/erts/emulator/sys/common/erl_mseg.h
index a4f250ceab..a1b000f51c 100644
--- a/erts/emulator/sys/common/erl_mseg.h
+++ b/erts/emulator/sys/common/erl_mseg.h
@@ -32,13 +32,13 @@
#if HAVE_MMAP
# define HAVE_ERTS_MSEG 1
-# define HAVE_SUPER_ALIGNED_MB_CARRIERS 1
+# define ERTS_HAVE_MSEG_SUPER_ALIGNED 1
#else
# define HAVE_ERTS_MSEG 0
-# define HAVE_SUPER_ALIGNED_MB_CARRIERS 0
+# define ERTS_HAVE_MSEG_SUPER_ALIGNED 0
#endif
-#if HAVE_SUPER_ALIGNED_MB_CARRIERS
+#if ERTS_HAVE_MSEG_SUPER_ALIGNED
# define MSEG_ALIGN_BITS (18)
/* Affects hard limits for sbct and lmbcs documented in erts_alloc.xml */
#else