From: Tomasz Figa <tomasz.figa@gmail.com>
To: Tomasz Figa <t.figa@samsung.com>
Cc: linux-arm-kernel@lists.infradead.org,
linux-samsung-soc@vger.kernel.org, kgene.kim@samsung.com,
kyungmin.park@samsung.com, m.szyprowski@samsung.com,
thomas.abraham@linaro.org
Subject: Re: [PATCH] ARM: EXYNOS: exynos4-dt: Set .smp field of machine descriptor
Date: Sun, 21 Oct 2012 09:22:55 -0700 (PDT) [thread overview]
Message-ID: <2064474.beoN9hr7Vi@flatron> (raw)
In-Reply-To: <1350035378-31989-1-git-send-email-t.figa@samsung.com>
On Friday 12 of October 2012 11:49:38 Tomasz Figa wrote:
> This patch adds missing initializer of .smp field of machine descriptor
> of Exynos 4 DT machine.
>
> Signed-off-by: Tomasz Figa <t.figa@samsung.com>
> ---
> arch/arm/mach-exynos/mach-exynos4-dt.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/mach-exynos/mach-exynos4-dt.c
> b/arch/arm/mach-exynos/mach-exynos4-dt.c index 7222e3c..d6bdcfb 100644
> --- a/arch/arm/mach-exynos/mach-exynos4-dt.c
> +++ b/arch/arm/mach-exynos/mach-exynos4-dt.c
> @@ -119,6 +119,7 @@ static char const *exynos4_dt_compat[] __initdata =
> {
>
> DT_MACHINE_START(EXYNOS4210_DT, "Samsung Exynos4 (Flattened Device
> Tree)") /* Maintainer: Thomas Abraham <thomas.abraham@linaro.org> */
> + .smp = smp_ops(exynos_smp_ops),
> .init_irq = exynos4_init_irq,
> .map_io = exynos4_dt_map_io,
> .handle_irq = gic_handle_irq,
Ping. I think this should be considered a fix.
Best regards,
Tomasz Figa
WARNING: multiple messages have this Message-ID (diff)
From: tomasz.figa@gmail.com (Tomasz Figa)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: EXYNOS: exynos4-dt: Set .smp field of machine descriptor
Date: Sun, 21 Oct 2012 09:22:55 -0700 (PDT) [thread overview]
Message-ID: <2064474.beoN9hr7Vi@flatron> (raw)
In-Reply-To: <1350035378-31989-1-git-send-email-t.figa@samsung.com>
On Friday 12 of October 2012 11:49:38 Tomasz Figa wrote:
> This patch adds missing initializer of .smp field of machine descriptor
> of Exynos 4 DT machine.
>
> Signed-off-by: Tomasz Figa <t.figa@samsung.com>
> ---
> arch/arm/mach-exynos/mach-exynos4-dt.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/mach-exynos/mach-exynos4-dt.c
> b/arch/arm/mach-exynos/mach-exynos4-dt.c index 7222e3c..d6bdcfb 100644
> --- a/arch/arm/mach-exynos/mach-exynos4-dt.c
> +++ b/arch/arm/mach-exynos/mach-exynos4-dt.c
> @@ -119,6 +119,7 @@ static char const *exynos4_dt_compat[] __initdata =
> {
>
> DT_MACHINE_START(EXYNOS4210_DT, "Samsung Exynos4 (Flattened Device
> Tree)") /* Maintainer: Thomas Abraham <thomas.abraham@linaro.org> */
> + .smp = smp_ops(exynos_smp_ops),
> .init_irq = exynos4_init_irq,
> .map_io = exynos4_dt_map_io,
> .handle_irq = gic_handle_irq,
Ping. I think this should be considered a fix.
Best regards,
Tomasz Figa
next prev parent reply other threads:[~2012-10-21 16:22 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-12 9:49 [PATCH] ARM: EXYNOS: exynos4-dt: Set .smp field of machine descriptor Tomasz Figa
2012-10-12 9:49 ` Tomasz Figa
2012-10-21 16:22 ` Tomasz Figa [this message]
2012-10-21 16:22 ` Tomasz Figa
2012-10-21 23:44 ` Kyungmin Park
2012-10-21 23:44 ` Kyungmin Park
2012-10-22 0:29 ` Kukjin Kim
2012-10-22 0:29 ` Kukjin Kim
2012-10-21 23:50 ` Kukjin Kim
2012-10-21 23:50 ` Kukjin Kim
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=2064474.beoN9hr7Vi@flatron \
--to=tomasz.figa@gmail.com \
--cc=kgene.kim@samsung.com \
--cc=kyungmin.park@samsung.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=m.szyprowski@samsung.com \
--cc=t.figa@samsung.com \
--cc=thomas.abraham@linaro.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.