All of lore.kernel.org
 help / color / mirror / Atom feed
From: Richard Weinberger <richard@nod.at>
To: xenomai@xenomai.org
Cc: Richard Weinberger <richard@nod.at>
Subject: [PATCH 2/2] doc: Remove references to --enable-smp
Date: Wed, 13 Apr 2022 14:05:09 +0200	[thread overview]
Message-ID: <20220413120509.5637-2-richard@nod.at> (raw)
In-Reply-To: <20220413120509.5637-1-richard@nod.at>

SMP is enabled by default, remove usage of --enable-smp
and document how to disable SMP, if needed.

Signed-off-by: Richard Weinberger <richard@nod.at>
---
 doc/asciidoc/README.INSTALL.adoc | 15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

diff --git a/doc/asciidoc/README.INSTALL.adoc b/doc/asciidoc/README.INSTALL.adoc
index c0f4c12e99b4..d2b7e6f782eb 100644
--- a/doc/asciidoc/README.INSTALL.adoc
+++ b/doc/asciidoc/README.INSTALL.adoc
@@ -538,9 +538,9 @@ only reason to turn this feature on would be aimed at cancelling
 threads which run significantly long, syscall-less busy loops with no
 explicit exit condition, which should probably be revisited anyway.
 
-*--enable-smp*::
+*--disable-smp*::
 
-	Turns on SMP support for Xenomai libraries.
+	Turns off SMP support for Xenomai libraries.
 
 [CAUTION]
 SMP support must be enabled in Xenomai libraries when the
@@ -671,9 +671,6 @@ The examples in following sections use the following conventions:
  the host immediately updates the target system with the installed
  programs and libraries.
 
-CAUTION: In the examples below, make sure to add `--enable-smp` to the
-_configure_ script options if building for a SMP-enabled kernel.
-
 Building the x86 libraries (32/64bit)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
@@ -683,7 +680,7 @@ typically run:
 
 ------------------------------------------------------------------------------
 $ mkdir $build_root && cd $build_root
-$ $xenomai_root/configure --with-core=mercury --enable-smp --enable-pshared
+$ $xenomai_root/configure --with-core=mercury --enable-pshared
 $ make install
 ------------------------------------------------------------------------------
 
@@ -692,7 +689,7 @@ same feature set, for running on x86_32 could be:
 
 ------------------------------------------------------------------------------
 $ mkdir $build_root && cd $build_root
-$ $xenomai_root/configure --with-core=cobalt --enable-smp --enable-pshared \
+$ $xenomai_root/configure --with-core=cobalt --enable-pshared \
   --host=i686-linux CFLAGS="-m32 -O2" LDFLAGS="-m32"
 $ make install
 ------------------------------------------------------------------------------
@@ -743,10 +740,10 @@ for the supported SOCs:
 		gcc versions the flag for armv7
 		may be `-march=armv7-a` or
 		`-march=armv7a`]|
-|imx6q	     | `-march=armv7-a -mfpu=vfp3` footnoteref:[armv7] | --enable-smp
+|imx6q	     | `-march=armv7-a -mfpu=vfp3` footnoteref:[armv7] |
 |ixp4xx      | `-march=armv5 -msoft-float`         | `--enable-arm-tsc=ixp4xx`
 |omap3       | `-march=armv7-a -mfpu=vfp3` footnoteref:[armv7] |
-|omap4       | `-march=armv7-a -mfpu=vfp3` footnoteref:[armv7] | --enable-smp
+|omap4       | `-march=armv7-a -mfpu=vfp3` footnoteref:[armv7] |
 |orion       | `-march=armv5 -mfpu=vfp`            |
 |pxa         | `-march=armv5 -msoft-float`         |
 |pxa3xx      | `-march=armv5 -msoft-float`         | --enable-arm-quirks=xscale3
-- 
2.26.2



  reply	other threads:[~2022-04-13 12:05 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-13 12:05 [PATCH 1/2] debian: Remove --enable-smp Richard Weinberger
2022-04-13 12:05 ` Richard Weinberger [this message]
2022-05-05 20:06 ` Richard Weinberger
2022-05-06  6:24   ` Jan Kiszka
2022-05-06  6:55     ` Richard Weinberger
2022-05-06  7:24       ` Jan Kiszka
2022-05-06  7:30         ` Richard Weinberger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220413120509.5637-2-richard@nod.at \
    --to=richard@nod.at \
    --cc=xenomai@xenomai.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.