openrex-linux-3.14/arch/x86/include/asm/context_tracking.h
2016-03-04 07:09:26 -08:00

11 lines
204 B
C

#ifndef _ASM_X86_CONTEXT_TRACKING_H
#define _ASM_X86_CONTEXT_TRACKING_H
#ifdef CONFIG_CONTEXT_TRACKING
# define SCHEDULE_USER call schedule_user
#else
# define SCHEDULE_USER call schedule
#endif
#endif