drm/panthor: Don't add write fences to the shared BOs
[drm/drm-misc.git] / arch / x86 / entry / thunk.S
blob119ebdc3d362398092736e7132f16c0c89e97c5a
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>
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)