--- zzzz-none-000/linux-3.10.107/arch/mips/include/asm/bug.h 2017-06-27 09:49:32.000000000 +0000 +++ vr9-7490-729/linux-3.10.107/arch/mips/include/asm/bug.h 2021-11-10 11:53:53.000000000 +0000 @@ -4,10 +4,15 @@ #include #include +#if defined(CONFIG_AVM_ENHANCED) +#include +#else /*--- #if defined(CONFIG_AVM_ENHANCED) ---*/ + #ifdef CONFIG_BUG #include + static inline void __noreturn BUG(void) { __asm__ __volatile__("break %0" : : "i" (BRK_BUG)); @@ -38,6 +43,7 @@ #endif +#endif/*--- #else ---*//*--- #if defined(CONFIG_AVM_ENHANCED) ---*/ #include #endif /* __ASM_BUG_H */