cregit-Linux how code gets into the kernel

Release 4.14 arch/score/include/asm/switch_to.h

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

#define _ASM_SCORE_SWITCH_TO_H

extern void *resume(void *last, void *next, void *next_ti);


#define switch_to(prev, next, last)				\
do {                                                            \
        (last) = resume(prev, next, task_thread_info(next));    \
} while (0)

#endif /* _ASM_SCORE_SWITCH_TO_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
David Howells3997.50%150.00%
Greg Kroah-Hartman12.50%150.00%
Total40100.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.