cregit-Linux how code gets into the kernel

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

PersonTokensPropCommitsCommitProp
richard hendersonrichard henderson1152.38%250.00%
pre-gitpre-git942.86%125.00%
andrew mortonandrew morton14.76%125.00%
Total21100.00%4100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.