Release 4.14 arch/powerpc/include/asm/context_tracking.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASM_POWERPC_CONTEXT_TRACKING_H
#define _ASM_POWERPC_CONTEXT_TRACKING_H
#ifdef CONFIG_CONTEXT_TRACKING
#define SCHEDULE_USER bl schedule_user
#else
#define SCHEDULE_USER bl schedule
#endif
#endif
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Li Zhong | 21 | 87.50% | 1 | 33.33% |
Anton Blanchard | 2 | 8.33% | 1 | 33.33% |
Greg Kroah-Hartman | 1 | 4.17% | 1 | 33.33% |
Total | 24 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.