Merge branch 'keys-asym-keyctl' into keys-next
[deliverable/linux.git] / arch / x86 / kernel / i386_ksyms_32.c
CommitLineData
186f4360
PG
1#include <linux/export.h>
2#include <linux/spinlock_types.h>
37135677 3
1da177e4 4#include <asm/checksum.h>
8232fd62 5#include <asm/pgtable.h>
37135677 6#include <asm/desc.h>
395a59d0 7#include <asm/ftrace.h>
37135677 8
606576ce 9#ifdef CONFIG_FUNCTION_TRACER
37135677
IM
10/* mcount is defined in assembly */
11EXPORT_SYMBOL(mcount);
12#endif
1da177e4 13
79e1dd05
AV
14/*
15 * Note, this is a prototype to get at the symbol for
16 * the export, but dont use it from C code, it is used
17 * by assembly code and is not using C calling convention!
18 */
04edbdef 19#ifndef CONFIG_X86_CMPXCHG64
79e1dd05
AV
20extern void cmpxchg8b_emu(void);
21EXPORT_SYMBOL(cmpxchg8b_emu);
04edbdef 22#endif
79e1dd05 23
1da177e4
LT
24/* Networking helper routines. */
25EXPORT_SYMBOL(csum_partial_copy_generic);
1da177e4
LT
26
27EXPORT_SYMBOL(__get_user_1);
28EXPORT_SYMBOL(__get_user_2);
29EXPORT_SYMBOL(__get_user_4);
96477b4c 30EXPORT_SYMBOL(__get_user_8);
1da177e4
LT
31
32EXPORT_SYMBOL(__put_user_1);
33EXPORT_SYMBOL(__put_user_2);
34EXPORT_SYMBOL(__put_user_4);
35EXPORT_SYMBOL(__put_user_8);
36
1da177e4
LT
37EXPORT_SYMBOL(strstr);
38
1da177e4 39EXPORT_SYMBOL(csum_partial);
8232fd62 40EXPORT_SYMBOL(empty_zero_page);
1a338ac3
PZ
41
42#ifdef CONFIG_PREEMPT
43EXPORT_SYMBOL(___preempt_schedule);
4eaca0a8 44EXPORT_SYMBOL(___preempt_schedule_notrace);
1a338ac3 45#endif
f5967101
BP
46
47EXPORT_SYMBOL(__sw_hweight32);
This page took 0.939996 seconds and 5 git commands to generate.