#ifndef _ALPHA_CURRENT_H #define _ALPHA_CURRENT_H #include <linux/thread_info.h> #define get_current() (current_thread_info()->task) #define current get_current() #endif /* _ALPHA_CURRENT_H */Overall Contributors
Person | Tokens | Prop | Commits | CommitProp | |
richard henderson | richard henderson | 11 | 52.38% | 2 | 50.00% |
pre-git | pre-git | 9 | 42.86% | 1 | 25.00% |
andrew morton | andrew morton | 1 | 4.76% | 1 | 25.00% |
Total | 21 | 100.00% | 4 | 100.00% |