cregit-Linux how code gets into the kernel

Release 4.7 arch/cris/include/asm/current.h

#ifndef _CRIS_CURRENT_H

#define _CRIS_CURRENT_H

#include <linux/thread_info.h>

struct task_struct;


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

Contributors

PersonTokensPropCommitsCommitProp
linus torvaldslinus torvalds1270.59%133.33%
mikael starvikmikael starvik423.53%133.33%
adrian bunkadrian bunk15.88%133.33%
Total17100.00%3100.00%

#define current get_current() #endif /* !(_CRIS_CURRENT_H) */

Overall Contributors

PersonTokensPropCommitsCommitProp
linus torvaldslinus torvalds2877.78%133.33%
mikael starvikmikael starvik719.44%133.33%
adrian bunkadrian bunk12.78%133.33%
Total36100.00%3100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}