Merge branch 'linus' into perf/core, to fix conflicts
[deliverable/linux.git] / arch / x86 / include / asm / context_tracking.h
CommitLineData
91d1aa43
FW
1#ifndef _ASM_X86_CONTEXT_TRACKING_H
2#define _ASM_X86_CONTEXT_TRACKING_H
6ba3c97a 3
91d1aa43 4#ifdef CONFIG_CONTEXT_TRACKING
0430499c
FW
5# define SCHEDULE_USER call schedule_user
6#else
7# define SCHEDULE_USER call schedule
8#endif
9
6ba3c97a 10#endif
This page took 0.117335 seconds and 5 git commands to generate.