Files
Chromebook-Device-Nyan-NVID…/arch/x86/include/asm/context_tracking.h
2025-04-06 23:50:55 -05: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