Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v3.1-rc3 11 lines 219 B view raw
1#ifndef _ASM_SCORE_IRQ_REGS_H 2#define _ASM_SCORE_IRQ_REGS_H 3 4#include <linux/thread_info.h> 5 6static inline struct pt_regs *get_irq_regs(void) 7{ 8 return current_thread_info()->regs; 9} 10 11#endif /* _ASM_SCORE_IRQ_REGS_H */