diff options
Diffstat (limited to 'arch/arm64/include/asm/exception.h')
| -rw-r--r-- | arch/arm64/include/asm/exception.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/include/asm/exception.h b/arch/arm64/include/asm/exception.h index ac63519b7b9..0303705fcad 100644 --- a/arch/arm64/include/asm/exception.h +++ b/arch/arm64/include/asm/exception.h @@ -19,5 +19,6 @@  #define __ASM_EXCEPTION_H  #define __exception	__attribute__((section(".exception.text"))) +#define __exception_irq_entry	__exception  #endif	/* __ASM_EXCEPTION_H */  |