linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH,RESEND] arm: Do not define "comma" twice
@ 2014-03-31  1:07 Masahiro Yamada
  2014-07-11 11:59 ` Masahiro Yamada
  0 siblings, 1 reply; 3+ messages in thread
From: Masahiro Yamada @ 2014-03-31  1:07 UTC (permalink / raw)
  To: linux-arm-kernel

We have the definition of "comma" in scripts/Kbuild.include.
We should not double it.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
---

First I posted this patch to linux-kbuild ML.
But, Michal Marek recommended me to send it to linux-arm-kernel ML.

So this is here now.


 arch/arm/Makefile   | 2 --
 arch/arm64/Makefile | 2 --
 2 files changed, 4 deletions(-)

diff --git a/arch/arm/Makefile b/arch/arm/Makefile
index 08a9ef5..72f7b8c 100644
--- a/arch/arm/Makefile
+++ b/arch/arm/Makefile
@@ -50,8 +50,6 @@ AS		+= -EL
 LD		+= -EL
 endif
 
-comma = ,
-
 # This selects which instruction set is used.
 # Note that GCC does not numerically define an architecture version
 # macro, but instead defines a whole series of macros which makes
diff --git a/arch/arm64/Makefile b/arch/arm64/Makefile
index 2fceb71..473a050 100644
--- a/arch/arm64/Makefile
+++ b/arch/arm64/Makefile
@@ -30,8 +30,6 @@ AS		+= -EL
 LD		+= -EL
 endif
 
-comma = ,
-
 CHECKFLAGS	+= -D__aarch64__
 
 # Default value
-- 
1.8.3.2

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH,RESEND] arm: Do not define "comma" twice
  2014-03-31  1:07 [PATCH,RESEND] arm: Do not define "comma" twice Masahiro Yamada
@ 2014-07-11 11:59 ` Masahiro Yamada
  2014-08-01 11:55   ` Masahiro Yamada
  0 siblings, 1 reply; 3+ messages in thread
From: Masahiro Yamada @ 2014-07-11 11:59 UTC (permalink / raw)
  To: linux-arm-kernel

Hi.



This is a ping.

It has been three months since I posted this trivial patch.
Any comments?

If this patch looks good, could you apply it
for Linux 3.17-rc1 ?

Thanks,

Masahiro Yamada



On Mon, 31 Mar 2014 10:07:37 +0900
Masahiro Yamada <yamada.m@jp.panasonic.com> wrote:

> We have the definition of "comma" in scripts/Kbuild.include.
> We should not double it.
> 
> Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
> ---
> 
> First I posted this patch to linux-kbuild ML.
> But, Michal Marek recommended me to send it to linux-arm-kernel ML.
> 
> So this is here now.
> 
> 
>  arch/arm/Makefile   | 2 --
>  arch/arm64/Makefile | 2 --
>  2 files changed, 4 deletions(-)
> 
> diff --git a/arch/arm/Makefile b/arch/arm/Makefile
> index 08a9ef5..72f7b8c 100644
> --- a/arch/arm/Makefile
> +++ b/arch/arm/Makefile
> @@ -50,8 +50,6 @@ AS		+= -EL
>  LD		+= -EL
>  endif
>  
> -comma = ,
> -
>  # This selects which instruction set is used.
>  # Note that GCC does not numerically define an architecture version
>  # macro, but instead defines a whole series of macros which makes
> diff --git a/arch/arm64/Makefile b/arch/arm64/Makefile
> index 2fceb71..473a050 100644
> --- a/arch/arm64/Makefile
> +++ b/arch/arm64/Makefile
> @@ -30,8 +30,6 @@ AS		+= -EL
>  LD		+= -EL
>  endif
>  
> -comma = ,
> -
>  CHECKFLAGS	+= -D__aarch64__
>  
>  # Default value
> -- 
> 1.8.3.2
> 
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH,RESEND] arm: Do not define "comma" twice
  2014-07-11 11:59 ` Masahiro Yamada
@ 2014-08-01 11:55   ` Masahiro Yamada
  0 siblings, 0 replies; 3+ messages in thread
From: Masahiro Yamada @ 2014-08-01 11:55 UTC (permalink / raw)
  To: linux-arm-kernel

Hello Russel King,


Could you apply this trivial patch for 3.17 merge window, please?

Thanks.

Masahiro Yamada



On Fri, 11 Jul 2014 20:59:00 +0900
Masahiro Yamada <yamada.m@jp.panasonic.com> wrote:

> Hi.
> 
> 
> 
> This is a ping.
> 
> It has been three months since I posted this trivial patch.
> Any comments?
> 
> If this patch looks good, could you apply it
> for Linux 3.17-rc1 ?
> 
> Thanks,
> 
> Masahiro Yamada
> 
> 
> 
> On Mon, 31 Mar 2014 10:07:37 +0900
> Masahiro Yamada <yamada.m@jp.panasonic.com> wrote:
> 
> > We have the definition of "comma" in scripts/Kbuild.include.
> > We should not double it.
> > 
> > Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
> > ---
> > 
> > First I posted this patch to linux-kbuild ML.
> > But, Michal Marek recommended me to send it to linux-arm-kernel ML.
> > 
> > So this is here now.
> > 
> > 
> >  arch/arm/Makefile   | 2 --
> >  arch/arm64/Makefile | 2 --
> >  2 files changed, 4 deletions(-)
> > 
> > diff --git a/arch/arm/Makefile b/arch/arm/Makefile
> > index 08a9ef5..72f7b8c 100644
> > --- a/arch/arm/Makefile
> > +++ b/arch/arm/Makefile
> > @@ -50,8 +50,6 @@ AS		+= -EL
> >  LD		+= -EL
> >  endif
> >  
> > -comma = ,
> > -
> >  # This selects which instruction set is used.
> >  # Note that GCC does not numerically define an architecture version
> >  # macro, but instead defines a whole series of macros which makes
> > diff --git a/arch/arm64/Makefile b/arch/arm64/Makefile
> > index 2fceb71..473a050 100644
> > --- a/arch/arm64/Makefile
> > +++ b/arch/arm64/Makefile
> > @@ -30,8 +30,6 @@ AS		+= -EL
> >  LD		+= -EL
> >  endif
> >  
> > -comma = ,
> > -
> >  CHECKFLAGS	+= -D__aarch64__
> >  
> >  # Default value
> > -- 
> > 1.8.3.2
> > 
> > 
> > _______________________________________________
> > linux-arm-kernel mailing list
> > linux-arm-kernel at lists.infradead.org
> > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
> 
> 
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel



-- 
????????? ????LSI????????
??????????
?????? ???????
????? <yamada.m@jp.panasonic.com>
?617-8520  ???????????1??
?? : 050-3783-5420
?? : 7-664-2813, ?????: 664-772

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-08-01 11:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-31  1:07 [PATCH,RESEND] arm: Do not define "comma" twice Masahiro Yamada
2014-07-11 11:59 ` Masahiro Yamada
2014-08-01 11:55   ` Masahiro Yamada

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).