diff options
author | Wasif Malik and Johannes Huning <[email protected]> | 2014-11-28 17:50:10 +0100 |
---|---|---|
committer | Johannes Huning <[email protected]> | 2015-05-26 15:14:44 +0200 |
commit | f3a4db8368719fa31374c28ab35c2584add79bce (patch) | |
tree | 0d360a847b6a2e742f21c104b285aeea78b73705 /erts/configure.in | |
parent | 032f106a1ebdbf310dd430b2169f55967e1d1a92 (diff) | |
download | otp-f3a4db8368719fa31374c28ab35c2584add79bce.tar.gz otp-f3a4db8368719fa31374c28ab35c2584add79bce.tar.bz2 otp-f3a4db8368719fa31374c28ab35c2584add79bce.zip |
os_mon: Implement cpu_sup:util/0,1 for FreeBSD
Authors: Wasif Malik and Johannes Huning
Diffstat (limited to 'erts/configure.in')
-rw-r--r-- | erts/configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/erts/configure.in b/erts/configure.in index 39d3c51e3f..ce0cef871f 100644 --- a/erts/configure.in +++ b/erts/configure.in @@ -4710,6 +4710,8 @@ case $host_os in use_cpu_sup=yes ;; linux*) use_cpu_sup=yes ;; + freebsd*) + use_cpu_sup=yes ;; esac if test "$use_cpu_sup" = "yes"; then |