diff options
author | Sverker Eriksson <[email protected]> | 2013-10-01 18:12:43 +0200 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2013-10-02 17:00:23 +0200 |
commit | ff95e85937007a7952477c7acc7619791405ab1c (patch) | |
tree | 302db9f3c82085289c1c50b72b2a165175ff7482 /erts/emulator/beam | |
parent | e9f670e542dd2ea2dc29dff66d3516a3fd0d2d21 (diff) | |
download | otp-ff95e85937007a7952477c7acc7619791405ab1c.tar.gz otp-ff95e85937007a7952477c7acc7619791405ab1c.tar.bz2 otp-ff95e85937007a7952477c7acc7619791405ab1c.zip |
erts: Add mutex to init_atoms in erts_mmap.c
Diffstat (limited to 'erts/emulator/beam')
-rw-r--r-- | erts/emulator/beam/erl_lock_check.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/emulator/beam/erl_lock_check.c b/erts/emulator/beam/erl_lock_check.c index 87efbdbc3e..0dd83fa6ed 100644 --- a/erts/emulator/beam/erl_lock_check.c +++ b/erts/emulator/beam/erl_lock_check.c @@ -132,6 +132,7 @@ static erts_lc_lock_order_t erts_lock_order[] = { #endif /* __WIN32__ */ { "alcu_init_atoms", NULL }, { "mseg_init_atoms", NULL }, + { "mmap_init_atoms", NULL }, { "drv_tsd", NULL }, { "async_enq_mtx", NULL }, #ifdef ERTS_SMP |