1*4882a593Smuzhiyun /* SPDX-License-Identifier: GPL-2.0-only */ 2*4882a593Smuzhiyun #ifndef __ASM_VDSO_PROCESSOR_H 3*4882a593Smuzhiyun #define __ASM_VDSO_PROCESSOR_H 4*4882a593Smuzhiyun 5*4882a593Smuzhiyun #define cpu_relax() barrier() 6*4882a593Smuzhiyun 7*4882a593Smuzhiyun #endif /* __ASM_VDSO_PROCESSOR_H */ 8