[PATCH] ARM: boot: compressed: ignore bswapsdi2.S

Mark Rutland mark.rutland at arm.com
Thu Feb 20 07:26:03 EST 2014


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 at arm.com>
Cc: Kim Phillips <kim.phillips at freescale.com>
Cc: Nicolas Pitre <nico at linaro.org>
Cc: David Woodhouse <David.Woodhouse at intel.com>
Cc: Russell King <rmk+kernel at arm.linux.org.uk>
---
 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




More information about the linux-arm-kernel mailing list