diff options
Diffstat (limited to 'arch/arm/include/asm/assembler.h')
| -rw-r--r-- | arch/arm/include/asm/assembler.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/arch/arm/include/asm/assembler.h b/arch/arm/include/asm/assembler.h index 7d23d4bb2168..6fe67963ba5a 100644 --- a/arch/arm/include/asm/assembler.h +++ b/arch/arm/include/asm/assembler.h @@ -288,6 +288,7 @@   */  #define ALT_UP(instr...)					\  	.pushsection ".alt.smp.init", "a"			;\ +	.align	2						;\  	.long	9998b - .					;\  9997:	instr							;\  	.if . - 9997b == 2					;\ @@ -299,6 +300,7 @@  	.popsection  #define ALT_UP_B(label)					\  	.pushsection ".alt.smp.init", "a"			;\ +	.align	2						;\  	.long	9998b - .					;\  	W(b)	. + (label - 9998b)					;\  	.popsection |