]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - arch/x86/kernel/i386_ksyms_32.c
Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block
[karo-tx-linux.git] / arch / x86 / kernel / i386_ksyms_32.c
1 #include <linux/module.h>
2
3 #include <asm/checksum.h>
4 #include <asm/pgtable.h>
5 #include <asm/desc.h>
6 #include <asm/ftrace.h>
7
8 #ifdef CONFIG_FUNCTION_TRACER
9 /* mcount is defined in assembly */
10 EXPORT_SYMBOL(mcount);
11 #endif
12
13 /*
14  * Note, this is a prototype to get at the symbol for
15  * the export, but dont use it from C code, it is used
16  * by assembly code and is not using C calling convention!
17  */
18 #ifndef CONFIG_X86_CMPXCHG64
19 extern void cmpxchg8b_emu(void);
20 EXPORT_SYMBOL(cmpxchg8b_emu);
21 #endif
22
23 /* Networking helper routines. */
24 EXPORT_SYMBOL(csum_partial_copy_generic);
25
26 EXPORT_SYMBOL(__get_user_1);
27 EXPORT_SYMBOL(__get_user_2);
28 EXPORT_SYMBOL(__get_user_4);
29 EXPORT_SYMBOL(__get_user_8);
30
31 EXPORT_SYMBOL(__put_user_1);
32 EXPORT_SYMBOL(__put_user_2);
33 EXPORT_SYMBOL(__put_user_4);
34 EXPORT_SYMBOL(__put_user_8);
35
36 EXPORT_SYMBOL(strstr);
37
38 EXPORT_SYMBOL(csum_partial);
39 EXPORT_SYMBOL(empty_zero_page);
40
41 #ifdef CONFIG_PREEMPT
42 EXPORT_SYMBOL(___preempt_schedule);
43 EXPORT_SYMBOL(___preempt_schedule_notrace);
44 #endif
45
46 EXPORT_SYMBOL(__sw_hweight32);