From 6b51a01cd6333c15a7abad8e9ee8ac3773f49965 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn-Egil=20Dahlberg?= Date: Fri, 13 May 2016 18:04:37 +0200 Subject: Fix memsup:get_os_wordsize() on 64-bit Linux PPC --- lib/os_mon/src/memsup.erl | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/os_mon/src') diff --git a/lib/os_mon/src/memsup.erl b/lib/os_mon/src/memsup.erl index cc948c632a..471b344089 100644 --- a/lib/os_mon/src/memsup.erl +++ b/lib/os_mon/src/memsup.erl @@ -700,6 +700,7 @@ get_os_wordsize_with_uname() -> "x86_64" -> 64; "sparc64" -> 64; "amd64" -> 64; + "ppc64" -> 64; _ -> 32 end. -- cgit v1.2.3