cregit-Linux how code gets into the kernel

Release 4.10 arch/m32r/include/asm/current.h

#ifndef _ASM_M32R_CURRENT_H

#define _ASM_M32R_CURRENT_H

#include <linux/thread_info.h>

struct task_struct;


static __inline__ struct task_struct *get_current(void)
{
	return current_thread_info()->task;
}


#define current	(get_current())

#endif	/* _ASM_M32R_CURRENT_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
hirokazu takata*hirokazu takata*36100.00%1100.00%
Total36100.00%1100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.