From: kgene.kim@samsung.com (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH/NEXT] ARM: exynos4: fix typo in platsmp.c
Date: Wed, 01 Jun 2011 14:52:57 -0700 [thread overview]
Message-ID: <4DE6B4B9.8040906@samsung.com> (raw)
In-Reply-To: <1306164953-31593-1-git-send-email-marc.zyngier@arm.com>
On 05/23/11 08:35, Marc Zyngier wrote:
> Commit e2a083dc0da9aa6437e14811198379b18cdfa7f8 (ARM: consolidate
> SMP cross call implementation) introduced a typo which leads
> to a compilation error. Just fix it.
>
> Cc: Russell King<rmk+kernel@arm.linux.org.uk>
> Signed-off-by: Marc Zyngier<marc.zyngier@arm.com>
> ---
> arch/arm/mach-exynos4/platsmp.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/arch/arm/mach-exynos4/platsmp.c b/arch/arm/mach-exynos4/platsmp.c
> index 8403dd2..c5e65a0 100644
> --- a/arch/arm/mach-exynos4/platsmp.c
> +++ b/arch/arm/mach-exynos4/platsmp.c
> @@ -22,7 +22,7 @@
> #include<linux/io.h>
>
> #include<asm/cacheflush.h>
> -#include<asm/hardare/gic.h>
> +#include<asm/hardware/gic.h>
> #include<asm/smp_scu.h>
> #include<asm/unified.h>
>
Hi Marc,
Maybe, Russell fixed this when applied.
As a note, the commit is 0f7b332f9777819a39a3b325690379a7efef89d1
(ARM: consolidate SMP cross call implementation) in mainline now.
Thanks.
Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.
prev parent reply other threads:[~2011-06-01 21:52 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-23 15:35 [PATCH/NEXT] ARM: exynos4: fix typo in platsmp.c Marc Zyngier
2011-06-01 21:52 ` Kukjin Kim [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=4DE6B4B9.8040906@samsung.com \
--to=kgene.kim@samsung.com \
--cc=linux-arm-kernel@lists.infradead.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.