From mboxrd@z Thu Jan 1 00:00:00 1970 From: Magnus Damm Date: Wed, 06 Oct 2010 07:18:13 +0000 Subject: [PATCH 05/08] ARM: Move the unwind header to entry-header.S Message-Id: <20101006071813.28048.36531.sendpatchset@t400s> List-Id: References: <20101006071731.28048.89938.sendpatchset@t400s> In-Reply-To: <20101006071731.28048.89938.sendpatchset@t400s> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org From: Magnus Damm Include the unwind header in entry-header.S. This way we save space in the IRQ demux file. Signed-off-by: Magnus Damm --- arch/arm/include/asm/entry-header.S | 1 + arch/arm/kernel/entry-armv.S | 1 - arch/arm/kernel/entry-common.S | 1 - 3 files changed, 1 insertion(+), 2 deletions(-) --- 0005/arch/arm/include/asm/entry-header.S +++ work/arch/arm/include/asm/entry-header.S 2010-10-06 14:30:10.000000000 +0900 @@ -5,6 +5,7 @@ #include #include #include +#include @ Bad Abort numbers @ ----------------- --- 0005/arch/arm/kernel/entry-armv.S +++ work/arch/arm/kernel/entry-armv.S 2010-10-06 14:30:14.000000000 +0900 @@ -20,7 +20,6 @@ #include #include #include -#include #include #include #include --- 0002/arch/arm/kernel/entry-common.S +++ work/arch/arm/kernel/entry-common.S 2010-10-06 14:30:20.000000000 +0900 @@ -11,7 +11,6 @@ #include #include #include -#include #include