diff options
Diffstat (limited to 'arch/blackfin/include/asm/entry.h')
-rw-r--r-- | arch/blackfin/include/asm/entry.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/blackfin/include/asm/entry.h b/arch/blackfin/include/asm/entry.h index c4f721e0d00d..d94e4f5139d2 100644 --- a/arch/blackfin/include/asm/entry.h +++ b/arch/blackfin/include/asm/entry.h | |||
@@ -53,9 +53,11 @@ | |||
53 | /* This one pushes RETI without using CLI. Interrupts are enabled. */ | 53 | /* This one pushes RETI without using CLI. Interrupts are enabled. */ |
54 | #define SAVE_CONTEXT_SYSCALL save_context_syscall | 54 | #define SAVE_CONTEXT_SYSCALL save_context_syscall |
55 | #define SAVE_CONTEXT save_context_with_interrupts | 55 | #define SAVE_CONTEXT save_context_with_interrupts |
56 | #define SAVE_CONTEXT_CPLB save_context_cplb | ||
56 | 57 | ||
57 | #define RESTORE_ALL_SYS restore_context_no_interrupts | 58 | #define RESTORE_ALL_SYS restore_context_no_interrupts |
58 | #define RESTORE_CONTEXT restore_context_with_interrupts | 59 | #define RESTORE_CONTEXT restore_context_with_interrupts |
60 | #define RESTORE_CONTEXT_CPLB restore_context_cplb | ||
59 | 61 | ||
60 | #endif /* __ASSEMBLY__ */ | 62 | #endif /* __ASSEMBLY__ */ |
61 | #endif /* __BFIN_ENTRY_H */ | 63 | #endif /* __BFIN_ENTRY_H */ |