Release 4.11 arch/powerpc/include/asm/context_tracking.h
#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 | 91.30% | 1 | 50.00% |
Anton Blanchard | 2 | 8.70% | 1 | 50.00% |
Total | 23 | 100.00% | 2 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.