diff options
author | Satyen Chimulkar <[email protected]> | 2017-01-16 08:03:35 -0500 |
---|---|---|
committer | Satyen Chimulkar <[email protected]> | 2017-01-16 08:03:35 -0500 |
commit | 5670c3cf8dc65b4c220572c065b2b7d4b607cea9 (patch) | |
tree | 18a6d0bb4896ac8f493195735cf417a4f3d195e5 | |
parent | e4f93595aba76c2eda2d2efef175ea9d72ee5d29 (diff) | |
download | otp-5670c3cf8dc65b4c220572c065b2b7d4b607cea9.tar.gz otp-5670c3cf8dc65b4c220572c065b2b7d4b607cea9.tar.bz2 otp-5670c3cf8dc65b4c220572c065b2b7d4b607cea9.zip |
Adding s390x support
-rw-r--r-- | lib/os_mon/src/memsup.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/os_mon/src/memsup.erl b/lib/os_mon/src/memsup.erl index 4729d090f8..0a9a883390 100644 --- a/lib/os_mon/src/memsup.erl +++ b/lib/os_mon/src/memsup.erl @@ -701,6 +701,7 @@ get_os_wordsize_with_uname() -> "sparc64" -> 64; "amd64" -> 64; "ppc64" -> 64; + "s390x" -> 64; _ -> 32 end. |