Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 #ifndef __ASM_VDSO_PROCESSOR_H
0003 #define __ASM_VDSO_PROCESSOR_H
0004 
0005 #define cpu_relax() barrier()
0006 
0007 #endif /* __ASM_VDSO_PROCESSOR_H */