summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2022-05-13 10:25:01 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-05-25 08:06:36 +0200
commit564ea9eddf20d1b66ec5e9ca209ac61c976088a1 (patch)
tree3c10c11a93f1e632f245a0437f84bfb1f3542293
parentREADME.md: Update to RTEMS 6 (diff)
downloadrtems-libbsd-564ea9eddf20d1b66ec5e9ca209ac61c976088a1.tar.bz2
README.md: Move SMP Requirements section
-rw-r--r--README.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/README.md b/README.md
index 6f9bebef..4213051e 100644
--- a/README.md
+++ b/README.md
@@ -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.