| Path : /lib/modules/3.10.0-957.21.3.el7.x86_64/build/arch/x86/include/asm/ |
| Current File : //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