README: Mention SMP requirements

This commit is contained in:
Sebastian Huber 2021-06-15 18:44:50 +02:00
parent df8f5fc876
commit 7e711918f7

View File

@ -293,3 +293,12 @@ Escape character is '^]'.
RTEMS Shell on /dev/pty4. Use 'help' to list commands. RTEMS Shell on /dev/pty4. Use 'help' to list commands.
TLNT [/] # TLNT [/] #
``` ```
SMP Requirements
----------------
In order to support
[EPOCH(9)](https://www.freebsd.org/cgi/man.cgi?query=epoch&apropos=0&sektion=9)
a scheduler with thread pinning support is required. This is the case if you
use the default scheduler configuration. EPOCH(9) is a central synchronization
mechanism of the network stack.