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-23 16:26:30 +0200
commit765a0b73c056a858819bbdd022963d6632384165 (patch)
tree2b56477d8afea522e1bbaa7bd6c242ea29a24d10
parentREADME.md: Update to RTEMS 6 (diff)
downloadrtems-libbsd-765a0b73c056a858819bbdd022963d6632384165.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 d1c4a5b0..63711770 100644
--- a/README.md
+++ b/README.md
@@ -221,6 +221,15 @@ To enable kernel internal consistency checking use:
--freebsd-options=invariants,invariant_support
```
+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
-------------------
@@ -275,12 +284,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.