diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2015-03-05 16:43:56 +0300 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2015-06-19 15:39:40 +0300 |
commit | 5793e273a134331d05ed904e5be3b31ccfca54c1 (patch) | |
tree | d615c70600502c888108e6c99fa365c53c68bd9d /arch/arc/include/asm/entry-compact.h | |
parent | 6ffb9c8c5f59a50779109e8b0a2e1bdd4b9be5c5 (diff) | |
download | linux-5793e273a134331d05ed904e5be3b31ccfca54c1.tar.xz |
ARC: intc: split into ARCompact ISA specific, common bits
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/include/asm/entry-compact.h')
-rw-r--r-- | arch/arc/include/asm/entry-compact.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arc/include/asm/entry-compact.h b/arch/arc/include/asm/entry-compact.h index 1174ddd4cac8..415443c2a8c4 100644 --- a/arch/arc/include/asm/entry-compact.h +++ b/arch/arc/include/asm/entry-compact.h @@ -33,6 +33,7 @@ #define __ASM_ARC_ENTRY_COMPACT_H #include <asm/asm-offsets.h> +#include <asm/irqflags-compact.h> #include <asm/thread_info.h> /* For THREAD_SIZE */ /*-------------------------------------------------------------- |