cregit-Linux how code gets into the kernel

Release 4.11 arch/avr32/include/asm/current.h

#ifndef __ASM_AVR32_CURRENT_H

#define __ASM_AVR32_CURRENT_H

#include <linux/thread_info.h>

struct task_struct;


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

Contributors

PersonTokensPropCommitsCommitProp
Håvard Skinnemoen17100.00%1100.00%
Total17100.00%1100.00%

#define current get_current() #endif /* __ASM_AVR32_CURRENT_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Håvard Skinnemoen36100.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.
Created with cregit.