????

Your IP : 216.73.216.152


Current Path : /usr/lib/modules/3.10.0-957.21.3.el7.x86_64/build/arch/x86/include/asm/
Upload File :
Current File : //usr/lib/modules/3.10.0-957.21.3.el7.x86_64/build/arch/x86/include/asm/context_tracking.h

#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