diff --git a/arch/arm/kernel/entry-armv.S b/arch/arm/kernel/entry-armv.S index 68261a83b7ad..ae12c67a7d4e 100644 --- a/arch/arm/kernel/entry-armv.S +++ b/arch/arm/kernel/entry-armv.S @@ -650,6 +650,11 @@ call_fpe: .word 0xff100000 @ mask .word 0xf4000000 @ opcode +#ifdef CONFIG_AMLOGIC_ARMV8_AARCH32 + .word 0xff000800 @ mask + .word 0xfc000800 @ opcode +#endif + .word 0x00000000 @ mask .word 0x00000000 @ opcode @@ -660,6 +665,11 @@ call_fpe: .word 0xff100000 @ mask .word 0xf9000000 @ opcode +#ifdef CONFIG_AMLOGIC_ARMV8_AARCH32 + .word 0xff000800 @ mask + .word 0xfc000800 @ opcode +#endif + .word 0x00000000 @ mask .word 0x00000000 @ opcode #endif