]> Git Repo - J-linux.git/blob - arch/score/include/asm/irq_regs.h
mm, x86: Saving vmcore with non-lazy freeing of vmas
[J-linux.git] / arch / score / include / asm / irq_regs.h
1 #ifndef _ASM_SCORE_IRQ_REGS_H
2 #define _ASM_SCORE_IRQ_REGS_H
3
4 #include <linux/thread_info.h>
5
6 static inline struct pt_regs *get_irq_regs(void)
7 {
8         return current_thread_info()->regs;
9 }
10
11 #endif /* _ASM_SCORE_IRQ_REGS_H */
This page took 0.027972 seconds and 4 git commands to generate.