--- zzzz-none-000/linux-3.10.107/arch/mips/kernel/entry.S 2017-06-27 09:49:32.000000000 +0000 +++ vr9-7490-729/linux-3.10.107/arch/mips/kernel/entry.S 2021-11-10 11:53:54.000000000 +0000 @@ -203,10 +203,16 @@ * * For C code use the inline version named instruction_hazard(). */ +#ifdef CONFIG_EVA + .align 8 +#endif LEAF(mips_ihb) .set mips32r2 jr.hb ra nop +#ifdef CONFIG_EVA + .align 8 +#endif END(mips_ihb) #endif /* CONFIG_CPU_MIPSR2 or CONFIG_MIPS_MT */