summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-01-11 08:29:08 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-01-11 08:29:08 +0100
commit1bdf578e52da1b78e651f54d687dddeae8a33cd1 (patch)
treebb282bc060c9bc6218e138f574cdf80aff3ce537 /doc
parentsmptests/README: Delete obsolete information (diff)
downloadrtems-1bdf578e52da1b78e651f54d687dddeae8a33cd1.tar.bz2
Clearly mark SMP support as experimental in 4.11
Diffstat (limited to 'doc')
-rw-r--r--doc/user/smp.t10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/user/smp.t b/doc/user/smp.t
index e5fdf584e2..3cac740b94 100644
--- a/doc/user/smp.t
+++ b/doc/user/smp.t
@@ -17,11 +17,11 @@ available on
@item SPARC.
@end itemize
-It must be explicitly enabled via the @code{--enable-smp} configure command
-line option. To enable SMP in the application configuration see
-@ref{Configuring a System Enable SMP Support for Applications}. The default
-scheduler for SMP applications supports up to 32 processors and is a global
-fixed priority scheduler, see also @ref{Configuring a System Configuring
+It must be explicitly enabled via the @code{--enable-experimental-smp}
+configure command line option. To enable SMP in the application configuration
+see @ref{Configuring a System Enable SMP Support for Applications}. The
+default scheduler for SMP applications supports up to 32 processors and is a
+global fixed priority scheduler, see also @ref{Configuring a System Configuring
Clustered/Partitioned Schedulers}. For example applications see
@file{testsuites/smptests}.