From: David Miller <davem@davemloft.net>
To: namhyung@gmail.com
Cc: sparclinux@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] sparc32: make CONFIG_SPARC_LEON depends on !SMP to fix
Date: Tue, 26 Oct 2010 16:26:43 +0000 [thread overview]
Message-ID: <20101026.092643.39179121.davem@davemloft.net> (raw)
In-Reply-To: <1288108303-2712-1-git-send-email-namhyung@gmail.com>
From: Namhyung Kim <namhyung@gmail.com>
Date: Wed, 27 Oct 2010 00:51:43 +0900
> diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig
> index 4db8bc0..a6685ba 100644
> --- a/arch/sparc/Kconfig
> +++ b/arch/sparc/Kconfig
> @@ -463,7 +463,7 @@ config SERIAL_CONSOLE
>
> config SPARC_LEON
> bool "Sparc Leon processor family"
> - depends on SPARC32
> + depends on SPARC32 && !SMP
> ---help---
> If you say Y here if you are running on a SPARC-LEON processor.
> The LEON processor is a synthesizable VHDL model of the
> --
Upon further consideration, since not only do SMP leon chips exist,
but people are posting real bug fixes for that configuration, I'll
apply your original patch.
Thanks!
WARNING: multiple messages have this Message-ID (diff)
From: David Miller <davem@davemloft.net>
To: namhyung@gmail.com
Cc: sparclinux@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] sparc32: make CONFIG_SPARC_LEON depends on !SMP to fix build failure
Date: Tue, 26 Oct 2010 09:26:43 -0700 (PDT) [thread overview]
Message-ID: <20101026.092643.39179121.davem@davemloft.net> (raw)
In-Reply-To: <1288108303-2712-1-git-send-email-namhyung@gmail.com>
From: Namhyung Kim <namhyung@gmail.com>
Date: Wed, 27 Oct 2010 00:51:43 +0900
> diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig
> index 4db8bc0..a6685ba 100644
> --- a/arch/sparc/Kconfig
> +++ b/arch/sparc/Kconfig
> @@ -463,7 +463,7 @@ config SERIAL_CONSOLE
>
> config SPARC_LEON
> bool "Sparc Leon processor family"
> - depends on SPARC32
> + depends on SPARC32 && !SMP
> ---help---
> If you say Y here if you are running on a SPARC-LEON processor.
> The LEON processor is a synthesizable VHDL model of the
> --
Upon further consideration, since not only do SMP leon chips exist,
but people are posting real bug fixes for that configuration, I'll
apply your original patch.
Thanks!
next prev parent reply other threads:[~2010-10-26 16:26 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-26 15:51 [PATCH] sparc32: make CONFIG_SPARC_LEON depends on !SMP to fix build failure Namhyung Kim
2010-10-26 15:51 ` Namhyung Kim
2010-10-26 15:53 ` [PATCH] sparc32: make CONFIG_SPARC_LEON depends on !SMP to fix David Miller
2010-10-26 15:53 ` [PATCH] sparc32: make CONFIG_SPARC_LEON depends on !SMP to fix build failure David Miller
2010-10-26 16:02 ` [PATCH] sparc32: make CONFIG_SPARC_LEON depends on !SMP to fix Namhyung Kim
2010-10-26 16:02 ` [PATCH] sparc32: make CONFIG_SPARC_LEON depends on !SMP to fix build failure Namhyung Kim
2010-10-26 16:04 ` [PATCH] sparc32: make CONFIG_SPARC_LEON depends on !SMP to fix David Miller
2010-10-26 16:04 ` [PATCH] sparc32: make CONFIG_SPARC_LEON depends on !SMP to fix build failure David Miller
2010-10-26 16:32 ` [PATCH] sparc32: make CONFIG_SPARC_LEON depends on !SMP to fix David Miller
2010-10-26 16:32 ` [PATCH] sparc32: make CONFIG_SPARC_LEON depends on !SMP to fix build failure David Miller
2010-10-26 16:46 ` [PATCH] sparc32: make CONFIG_SPARC_LEON depends on !SMP to fix Namhyung Kim
2010-10-26 16:46 ` [PATCH] sparc32: make CONFIG_SPARC_LEON depends on !SMP to fix build failure Namhyung Kim
2010-10-26 16:26 ` David Miller [this message]
2010-10-26 16:26 ` David Miller
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=20101026.092643.39179121.davem@davemloft.net \
--to=davem@davemloft.net \
--cc=linux-kernel@vger.kernel.org \
--cc=namhyung@gmail.com \
--cc=sparclinux@vger.kernel.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.