Brooklyn/arch/powerpc/include/asm/context_tracking.h

12 lines
250 B
C
Raw Normal View History

2022-04-02 18:08:56 +05:00
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASM_POWERPC_CONTEXT_TRACKING_H
#define _ASM_POWERPC_CONTEXT_TRACKING_H
2022-09-13 23:14:27 +05:00
#ifdef CONFIG_CONTEXT_TRACKING_USER
2022-04-02 18:08:56 +05:00
#define SCHEDULE_USER bl schedule_user
#else
#define SCHEDULE_USER bl schedule
#endif
#endif