aboutsummaryrefslogtreecommitdiffstats
path: root/lib/os_mon
diff options
context:
space:
mode:
authorSatyen Chimulkar <[email protected]>2017-01-16 08:03:35 -0500
committerSatyen Chimulkar <[email protected]>2017-01-16 08:03:35 -0500
commit5670c3cf8dc65b4c220572c065b2b7d4b607cea9 (patch)
tree18a6d0bb4896ac8f493195735cf417a4f3d195e5 /lib/os_mon
parente4f93595aba76c2eda2d2efef175ea9d72ee5d29 (diff)
downloadotp-5670c3cf8dc65b4c220572c065b2b7d4b607cea9.tar.gz
otp-5670c3cf8dc65b4c220572c065b2b7d4b607cea9.tar.bz2
otp-5670c3cf8dc65b4c220572c065b2b7d4b607cea9.zip
Adding s390x support
Diffstat (limited to 'lib/os_mon')
-rw-r--r--lib/os_mon/src/memsup.erl1
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.