Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #include <asm/ftrace.h>
0003 #include <linux/uaccess.h>
0004 #include <linux/pgtable.h>
0005 #include <asm/string.h>
0006 #include <asm/page.h>
0007 #include <asm/checksum.h>
0008 #include <asm/mce.h>
0009 
0010 #include <asm-generic/asm-prototypes.h>
0011 
0012 #include <asm/special_insns.h>
0013 #include <asm/preempt.h>
0014 #include <asm/asm.h>
0015 
0016 #ifndef CONFIG_X86_CMPXCHG64
0017 extern void cmpxchg8b_emu(void);
0018 #endif
0019