From: Jan Kiszka <jan.kiszka@domain.hid>
To: xenomai-core <xenomai@xenomai.org>
Subject: [Xenomai-core] [PATCH] x86-userspace: Turn on SMP by default
Date: Mon, 29 Dec 2008 15:47:40 +0100 [thread overview]
Message-ID: <4958E30C.5060103@domain.hid> (raw)
[-- Attachment #1: Type: text/plain, Size: 852 bytes --]
A signigicant portion of x86 systems is SMP these days. Turn on the
corresponding user space option to reflect the situation, specifically
as running SMP-enabled libraries on a single-core system is just
slightly suboptimal while the other way around does not work, forcing
the user to rebuild the Xenomai libs.
Signed-off-by: Jan Kiszka <jan.kiszka@domain.hid>
---
configure.in | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/configure.in b/configure.in
index 4300d6f..d665dc6 100644
--- a/configure.in
+++ b/configure.in
@@ -135,6 +135,9 @@ AC_MSG_RESULT(${debug_symbols:-no})
dnl SMP support (default: off)
CONFIG_SMP=
+if test $XENO_TARGET_ARCH = x86; then
+ CONFIG_SMP=y
+fi
AC_MSG_CHECKING(for SMP support)
AC_ARG_ENABLE(smp,
AS_HELP_STRING([--enable-smp], [Enable SMP support]),
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 257 bytes --]
reply other threads:[~2008-12-29 14:47 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=4958E30C.5060103@domain.hid \
--to=jan.kiszka@domain.hid \
--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.