diff mbox

ARM: boot: compressed: ignore bswapsdi2.S

Message ID 1392899163-25846-1-git-send-email-mark.rutland@arm.com (mailing list archive)
State New, archived
Headers show

Commit Message

Mark Rutland Feb. 20, 2014, 12:26 p.m. UTC
Commit 017f161a55b4 (ARM: 7877/1: use built-in byte swap function) added
bswapsdi2.{o,S}  to arch/arm/boot/compress/Makefile, but didn't update
the .gitignore. Thus after a build git status shows bswapsdi2.S as a new
file, which is a little annoying.

This patch updates arch/arm/boot/compress/.gitignore to ignore
bswapsdi2.S, as we already do for ashldi3.S and others.

Signed-off-by: Mark Rutland <mark.rutland@arm.com>
Cc: Kim Phillips <kim.phillips@freescale.com>
Cc: Nicolas Pitre <nico@linaro.org>
Cc: David Woodhouse <David.Woodhouse@intel.com>
Cc: Russell King <rmk+kernel@arm.linux.org.uk>
---
 arch/arm/boot/compressed/.gitignore | 1 +
 1 file changed, 1 insertion(+)

Comments

Nicolas Pitre Feb. 20, 2014, 8:30 p.m. UTC | #1
On Thu, 20 Feb 2014, Mark Rutland wrote:

> Commit 017f161a55b4 (ARM: 7877/1: use built-in byte swap function) added
> bswapsdi2.{o,S}  to arch/arm/boot/compress/Makefile, but didn't update
> the .gitignore. Thus after a build git status shows bswapsdi2.S as a new
> file, which is a little annoying.
> 
> This patch updates arch/arm/boot/compress/.gitignore to ignore
> bswapsdi2.S, as we already do for ashldi3.S and others.
> 
> Signed-off-by: Mark Rutland <mark.rutland@arm.com>
> Cc: Kim Phillips <kim.phillips@freescale.com>
> Cc: Nicolas Pitre <nico@linaro.org>
> Cc: David Woodhouse <David.Woodhouse@intel.com>
> Cc: Russell King <rmk+kernel@arm.linux.org.uk>

Acked-by: Nicolas Pitre <nico@linaro.org>


> ---
>  arch/arm/boot/compressed/.gitignore | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm/boot/compressed/.gitignore b/arch/arm/boot/compressed/.gitignore
> index 47279aa..0714e03 100644
> --- a/arch/arm/boot/compressed/.gitignore
> +++ b/arch/arm/boot/compressed/.gitignore
> @@ -1,4 +1,5 @@
>  ashldi3.S
> +bswapsdi2.S
>  font.c
>  lib1funcs.S
>  hyp-stub.S
> -- 
> 1.8.1.1
>
Kim Phillips Feb. 24, 2014, 5:22 p.m. UTC | #2
On Thu, 20 Feb 2014 15:30:31 -0500
Nicolas Pitre <nicolas.pitre@linaro.org> wrote:

> On Thu, 20 Feb 2014, Mark Rutland wrote:
> 
> > Commit 017f161a55b4 (ARM: 7877/1: use built-in byte swap function) added
> > bswapsdi2.{o,S}  to arch/arm/boot/compress/Makefile, but didn't update
> > the .gitignore. Thus after a build git status shows bswapsdi2.S as a new
> > file, which is a little annoying.
> > 
> > This patch updates arch/arm/boot/compress/.gitignore to ignore
> > bswapsdi2.S, as we already do for ashldi3.S and others.
> > 
> > Signed-off-by: Mark Rutland <mark.rutland@arm.com>
> > Cc: Kim Phillips <kim.phillips@freescale.com>
> > Cc: Nicolas Pitre <nico@linaro.org>
> > Cc: David Woodhouse <David.Woodhouse@intel.com>
> > Cc: Russell King <rmk+kernel@arm.linux.org.uk>
> 
> Acked-by: Nicolas Pitre <nico@linaro.org>

Acked-by: Kim Phillips <kim.phillips@freescale.com>

Thanks,

Kim
Mark Rutland Feb. 26, 2014, 4:26 p.m. UTC | #3
On Mon, Feb 24, 2014 at 05:22:00PM +0000, Kim Phillips wrote:
> On Thu, 20 Feb 2014 15:30:31 -0500
> Nicolas Pitre <nicolas.pitre@linaro.org> wrote:
> 
> > On Thu, 20 Feb 2014, Mark Rutland wrote:
> > 
> > > Commit 017f161a55b4 (ARM: 7877/1: use built-in byte swap function) added
> > > bswapsdi2.{o,S}  to arch/arm/boot/compress/Makefile, but didn't update
> > > the .gitignore. Thus after a build git status shows bswapsdi2.S as a new
> > > file, which is a little annoying.
> > > 
> > > This patch updates arch/arm/boot/compress/.gitignore to ignore
> > > bswapsdi2.S, as we already do for ashldi3.S and others.
> > > 
> > > Signed-off-by: Mark Rutland <mark.rutland@arm.com>
> > > Cc: Kim Phillips <kim.phillips@freescale.com>
> > > Cc: Nicolas Pitre <nico@linaro.org>
> > > Cc: David Woodhouse <David.Woodhouse@intel.com>
> > > Cc: Russell King <rmk+kernel@arm.linux.org.uk>
> > 
> > Acked-by: Nicolas Pitre <nico@linaro.org>
> 
> Acked-by: Kim Phillips <kim.phillips@freescale.com>

Thanks Kim, Nico.

Russell, on the assumption you're happy with this I've dropped it into
the patch system as 7992/1 (with both Acks and the typos in the commit
message corrected).

Cheers,
Mark.
diff mbox

Patch

diff --git a/arch/arm/boot/compressed/.gitignore b/arch/arm/boot/compressed/.gitignore
index 47279aa..0714e03 100644
--- a/arch/arm/boot/compressed/.gitignore
+++ b/arch/arm/boot/compressed/.gitignore
@@ -1,4 +1,5 @@ 
 ashldi3.S
+bswapsdi2.S
 font.c
 lib1funcs.S
 hyp-stub.S