1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 /* 3 * Save registers before calling assembly functions. This avoids 4 * disturbance of register allocation in some inline assembly constructs. 5 * Copyright 2001,2002 by Andi Kleen, SuSE Labs. 6 */ 7 #include <linux/export.h> 8 #include <linux/linkage.h> 9 #include "calling.h" 10 #include <asm/asm.h> 11 12 THUNK preempt_schedule_thunk, preempt_schedule 13 THUNK preempt_schedule_notrace_thunk, preempt_schedule_notrace 14 EXPORT_SYMBOL(preempt_schedule_thunk) 15 EXPORT_SYMBOL(preempt_schedule_notrace_thunk)
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.