Current Path : /usr/src/linux-headers-3.13.0-185/arch/x86/include/asm/ |
Current File : //usr/src/linux-headers-3.13.0-185/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