From: Bruce Ashfield <bruce.ashfield@windriver.com>
To: Darren Hart <dvhart@linux.intel.com>
Cc: poky@yoctoproject.org
Subject: Re: [KERNEL PATCH] Add SMP config fragment
Date: Wed, 27 Apr 2011 13:55:44 -0400 [thread overview]
Message-ID: <4DB858A0.5010404@windriver.com> (raw)
In-Reply-To: <d41191395a917a375153df53dd31740fb9e8b92c.1303926202.git.dvhart@linux.intel.com>
On 11-04-27 01:43 PM, Darren Hart wrote:
> For reusable BSPs like atom-pc which may or may not have SMP support,
> allow the linux-yocto recipe to choose whether or not to enable SMP support.
> The smp config fragment enables SMP and SCHED_SMT.
Looks good. This is merged out to the 2.6.34 kernel now
(we'll consider where to put this in 1.1 when we get to
the config fragement cleanup activity), on the wrs_meta
branch.
I'll send a secondary RR to have the SRCREV updated for
the wrs_meta branch, but it is available for you to use
locally now.
Cheers,
Bruce
>
> Signed-off-by: Darren Hart<dvhart@linux.intel.com>
> ---
> wrs/cfg/kernel-cache/cfg/smp.cfg | 2 ++
> wrs/cfg/kernel-cache/cfg/smp.scc | 1 +
> 2 files changed, 3 insertions(+), 0 deletions(-)
> create mode 100644 wrs/cfg/kernel-cache/cfg/smp.cfg
> create mode 100644 wrs/cfg/kernel-cache/cfg/smp.scc
>
> diff --git a/wrs/cfg/kernel-cache/cfg/smp.cfg b/wrs/cfg/kernel-cache/cfg/smp.cfg
> new file mode 100644
> index 0000000..f53b969
> --- /dev/null
> +++ b/wrs/cfg/kernel-cache/cfg/smp.cfg
> @@ -0,0 +1,2 @@
> +CONFIG_SMP=y
> +CONFIG_SCHED_SMT=y
> diff --git a/wrs/cfg/kernel-cache/cfg/smp.scc b/wrs/cfg/kernel-cache/cfg/smp.scc
> new file mode 100644
> index 0000000..1fd8c32
> --- /dev/null
> +++ b/wrs/cfg/kernel-cache/cfg/smp.scc
> @@ -0,0 +1 @@
> +kconf hardware smp.cfg
prev parent reply other threads:[~2011-04-27 17:55 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-04-27 17:43 [KERNEL PATCH] Add SMP config fragment Darren Hart
2011-04-27 17:55 ` Bruce Ashfield [this message]
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=4DB858A0.5010404@windriver.com \
--to=bruce.ashfield@windriver.com \
--cc=dvhart@linux.intel.com \
--cc=poky@yoctoproject.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.