Release 4.10 arch/alpha/include/asm/current.h
#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% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.