Release 4.9 arch/parisc/include/asm/current.h
#ifndef _PARISC_CURRENT_H
#define _PARISC_CURRENT_H
#include <linux/thread_info.h>
struct task_struct;
static inline struct task_struct * get_current(void)
{
return current_thread_info()->task;
}
Contributors
| Person | Tokens | Prop | Commits | CommitProp |
pre-git | pre-git | 13 | 76.47% | 1 | 50.00% |
matthew wilcox | matthew wilcox | 4 | 23.53% | 1 | 50.00% |
| Total | 17 | 100.00% | 2 | 100.00% |
#define current get_current()
#endif /* !(_PARISC_CURRENT_H) */
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
pre-git | pre-git | 31 | 86.11% | 1 | 33.33% |
matthew wilcox | matthew wilcox | 5 | 13.89% | 2 | 66.67% |
| Total | 36 | 100.00% | 3 | 100.00% |