diff options
Diffstat (limited to 'ANDROID_3.4.5/arch/x86/kernel/i386_ksyms_32.c')
-rw-r--r-- | ANDROID_3.4.5/arch/x86/kernel/i386_ksyms_32.c | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/ANDROID_3.4.5/arch/x86/kernel/i386_ksyms_32.c b/ANDROID_3.4.5/arch/x86/kernel/i386_ksyms_32.c deleted file mode 100644 index 9c3bd4a2..00000000 --- a/ANDROID_3.4.5/arch/x86/kernel/i386_ksyms_32.c +++ /dev/null @@ -1,38 +0,0 @@ -#include <linux/module.h> - -#include <asm/checksum.h> -#include <asm/pgtable.h> -#include <asm/desc.h> -#include <asm/ftrace.h> - -#ifdef CONFIG_FUNCTION_TRACER -/* mcount is defined in assembly */ -EXPORT_SYMBOL(mcount); -#endif - -/* - * Note, this is a prototype to get at the symbol for - * the export, but dont use it from C code, it is used - * by assembly code and is not using C calling convention! - */ -#ifndef CONFIG_X86_CMPXCHG64 -extern void cmpxchg8b_emu(void); -EXPORT_SYMBOL(cmpxchg8b_emu); -#endif - -/* Networking helper routines. */ -EXPORT_SYMBOL(csum_partial_copy_generic); - -EXPORT_SYMBOL(__get_user_1); -EXPORT_SYMBOL(__get_user_2); -EXPORT_SYMBOL(__get_user_4); - -EXPORT_SYMBOL(__put_user_1); -EXPORT_SYMBOL(__put_user_2); -EXPORT_SYMBOL(__put_user_4); -EXPORT_SYMBOL(__put_user_8); - -EXPORT_SYMBOL(strstr); - -EXPORT_SYMBOL(csum_partial); -EXPORT_SYMBOL(empty_zero_page); |