Your IP : 172.28.240.42


Current Path : /usr/src/linux-headers-3.13.0-185/arch/powerpc/include/asm/
Upload File :
Current File : //usr/src/linux-headers-3.13.0-185/arch/powerpc/include/asm/context_tracking.h

#ifndef _ASM_POWERPC_CONTEXT_TRACKING_H
#define _ASM_POWERPC_CONTEXT_TRACKING_H

#ifdef CONFIG_CONTEXT_TRACKING
#define SCHEDULE_USER bl	.schedule_user
#else
#define SCHEDULE_USER bl	.schedule
#endif

#endif