x86/msr: Use the proper trace point conditional for writes
[deliverable/linux.git] / arch / x86 / kernel / i386_ksyms_32.c
CommitLineData
1da177e4 1#include <linux/module.h>
37135677 2
1da177e4 3#include <asm/checksum.h>
8232fd62 4#include <asm/pgtable.h>
37135677 5#include <asm/desc.h>
395a59d0 6#include <asm/ftrace.h>
37135677 7
606576ce 8#ifdef CONFIG_FUNCTION_TRACER
37135677
IM
9/* mcount is defined in assembly */
10EXPORT_SYMBOL(mcount);
11#endif
1da177e4 12
79e1dd05
AV
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 */
04edbdef 18#ifndef CONFIG_X86_CMPXCHG64
79e1dd05
AV
19extern void cmpxchg8b_emu(void);
20EXPORT_SYMBOL(cmpxchg8b_emu);
04edbdef 21#endif
79e1dd05 22
1da177e4
LT
23/* Networking helper routines. */
24EXPORT_SYMBOL(csum_partial_copy_generic);
1da177e4
LT
25
26EXPORT_SYMBOL(__get_user_1);
27EXPORT_SYMBOL(__get_user_2);
28EXPORT_SYMBOL(__get_user_4);
96477b4c 29EXPORT_SYMBOL(__get_user_8);
1da177e4
LT
30
31EXPORT_SYMBOL(__put_user_1);
32EXPORT_SYMBOL(__put_user_2);
33EXPORT_SYMBOL(__put_user_4);
34EXPORT_SYMBOL(__put_user_8);
35
1da177e4
LT
36EXPORT_SYMBOL(strstr);
37
1da177e4 38EXPORT_SYMBOL(csum_partial);
8232fd62 39EXPORT_SYMBOL(empty_zero_page);
1a338ac3
PZ
40
41#ifdef CONFIG_PREEMPT
42EXPORT_SYMBOL(___preempt_schedule);
4eaca0a8 43EXPORT_SYMBOL(___preempt_schedule_notrace);
1a338ac3 44#endif
This page took 0.807192 seconds and 5 git commands to generate.