diff options
author | Paul Guyot <[email protected]> | 2010-10-03 18:04:55 +0200 |
---|---|---|
committer | Rickard Green <[email protected]> | 2010-11-18 11:42:58 +0100 |
commit | 667409afe4f909d18f6e19e6ca5a65a4848e51d6 (patch) | |
tree | c52a954b74095a3d7e11f2401e4a8e8ffe50875d /erts/doc/src/erl.xml | |
parent | f21f0fa7d7ab6d5db573f06191a93aed6477b01b (diff) | |
download | otp-667409afe4f909d18f6e19e6ca5a65a4848e51d6.tar.gz otp-667409afe4f909d18f6e19e6ca5a65a4848e51d6.tar.bz2 otp-667409afe4f909d18f6e19e6ca5a65a4848e51d6.zip |
Add support for CPU affinity & topology detection on FreeBSD 8
Diffstat (limited to 'erts/doc/src/erl.xml')
-rw-r--r-- | erts/doc/src/erl.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/doc/src/erl.xml b/erts/doc/src/erl.xml index e36d0adb0d..6c8aef9167 100644 --- a/erts/doc/src/erl.xml +++ b/erts/doc/src/erl.xml @@ -686,7 +686,7 @@ </p></item> </taglist> <p>Binding of schedulers is currently only supported on newer - Linux, Solaris, and Windows systems.</p> + Linux, Solaris, FreeBSD, and Windows systems.</p> <p>If no CPU topology is available when the <c>+sbt</c> flag is processed and <c>BindType</c> is any other type than <c>u</c>, the runtime system will fail to start. CPU |