1
0
mirror of https://github.com/physwizz/a155-U-u1.git synced 2025-07-25 00:20:43 +00:00
Files
a155-U-u1/kernel-5.10/arch/powerpc/include/asm/context_tracking.h
physwizz 99537be4e2 first
2024-03-11 06:53:12 +11:00

12 lines
245 B
C

/* SPDX-License-Identifier: GPL-2.0 */
#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