diff options
Diffstat (limited to 'arch/arm/include/asm')
-rw-r--r-- | arch/arm/include/asm/assembler.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/include/asm/assembler.h b/arch/arm/include/asm/assembler.h index f67fd3afebdf..186270b3e194 100644 --- a/arch/arm/include/asm/assembler.h +++ b/arch/arm/include/asm/assembler.h | |||
@@ -237,6 +237,9 @@ | |||
237 | .pushsection ".alt.smp.init", "a" ;\ | 237 | .pushsection ".alt.smp.init", "a" ;\ |
238 | .long 9998b ;\ | 238 | .long 9998b ;\ |
239 | 9997: instr ;\ | 239 | 9997: instr ;\ |
240 | .if . - 9997b == 2 ;\ | ||
241 | nop ;\ | ||
242 | .endif ;\ | ||
240 | .if . - 9997b != 4 ;\ | 243 | .if . - 9997b != 4 ;\ |
241 | .error "ALT_UP() content must assemble to exactly 4 bytes";\ | 244 | .error "ALT_UP() content must assemble to exactly 4 bytes";\ |
242 | .endif ;\ | 245 | .endif ;\ |