[rtems-libbsd commit] README.md: Move SMP Requirements section

Sebastian Huber sebh at rtems.org
Wed May 25 06:05:24 UTC 2022


Module:    rtems-libbsd
Branch:    6-freebsd-12
Commit:    564ea9eddf20d1b66ec5e9ca209ac61c976088a1
Changeset: http://git.rtems.org/rtems-libbsd/commit/?id=564ea9eddf20d1b66ec5e9ca209ac61c976088a1

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri May 13 10:25:01 2022 +0200

README.md: Move SMP Requirements section

---

 README.md | 18 +++++++++---------
 1 file 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.



More information about the vc mailing list