cregit-Linux how code gets into the kernel

Release 4.14 include/asm-generic/current.h

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __ASM_GENERIC_CURRENT_H

#define __ASM_GENERIC_CURRENT_H

#include <linux/thread_info.h>


#define get_current() (current_thread_info()->task)

#define current get_current()

#endif /* __ASM_GENERIC_CURRENT_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Arnd Bergmann2195.45%150.00%
Greg Kroah-Hartman14.55%150.00%
Total22100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.