README.md: Move SMP Requirements section

This commit is contained in:
Sebastian Huber 2022-05-13 10:25:01 +02:00
parent cf3323556d
commit 564ea9eddf

View File

@ -242,6 +242,15 @@ The list is:
rtems_bsd_syscall_trace: RTEMS BSD system call trace
rtems_bsd_vfs_trace RTEMS VFS to libio trace
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.
Qemu and Networking
-------------------
@ -296,12 +305,3 @@ Escape character is '^]'.
RTEMS Shell on /dev/pty4. Use 'help' to list commands.
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.