Changeset 4fa4ccb6 in rtems
- Timestamp:
- Dec 16, 2015, 5:28:48 AM (5 years ago)
- Branches:
- 5, master
- Children:
- 18847ac
- Parents:
- 6470d02
- git-author:
- Sebastian Huber <sebastian.huber@…> (12/16/15 05:28:48)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (12/16/15 06:54:14)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/user/smp.t
r6470d02 r4fa4ccb6 8 8 9 9 @section Introduction 10 11 The Symmetric Multiprocessing (SMP) support of the RTEMS @value{VERSION} is 12 available on 13 14 @itemize @bullet 15 @item ARM, 16 @item PowerPC, and 17 @item SPARC. 18 @end itemize 19 20 It must be explicitly enabled via the @code{--enable-smp} configure command 21 line option. To enable SMP in the application configuration see 22 @ref{Configuring a System Enable SMP Support for Applications}. The default 23 scheduler for SMP applications supports up to 32 processors and is a global 24 fixed priority scheduler, see also @ref{Configuring a System Configuring 25 Clustered Schedulers}. For example applications see 26 @file{testsuites/smptests}. 10 27 11 28 This chapter describes the services related to Symmetric Multiprocessing
Note: See TracChangeset
for help on using the changeset viewer.