Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
ia64_ksyms.c
Go to the documentation of this file.
1 /*
2  * Architecture-specific kernel symbols
3  *
4  * Don't put any exports here unless it's defined in an assembler file.
5  * All other exports should be put directly after the definition.
6  */
7 
8 #include <linux/module.h>
9 
10 #include <linux/string.h>
14 
15 #include <asm/pgtable.h>
17 
18 #include <asm/checksum.h>
19 EXPORT_SYMBOL(ip_fast_csum); /* hand-coded assembly */
21 
22 #include <asm/page.h>
25 
26 #ifdef CONFIG_VIRTUAL_MEM_MAP
27 #include <linux/bootmem.h>
28 EXPORT_SYMBOL(min_low_pfn); /* defined by bootmem.c, but not exported by generic code */
29 EXPORT_SYMBOL(max_low_pfn); /* defined by bootmem.c, but not exported by generic code */
30 #endif
31 
32 #include <asm/processor.h>
33 EXPORT_SYMBOL(ia64_cpu_info);
34 #ifdef CONFIG_SMP
35 EXPORT_SYMBOL(local_per_cpu_offset);
36 #endif
37 
38 #include <asm/uaccess.h>
44 
45 /* from arch/ia64/lib */
46 extern void __divsi3(void);
47 extern void __udivsi3(void);
48 extern void __modsi3(void);
49 extern void __umodsi3(void);
50 extern void __divdi3(void);
51 extern void __udivdi3(void);
52 extern void __moddi3(void);
53 extern void __umoddi3(void);
54 
63 
64 #if defined(CONFIG_MD_RAID456) || defined(CONFIG_MD_RAID456_MODULE)
65 extern void xor_ia64_2(void);
66 extern void xor_ia64_3(void);
67 extern void xor_ia64_4(void);
68 extern void xor_ia64_5(void);
69 
74 #endif
75 
76 #include <asm/pal.h>
83 
84 #include <asm/unwind.h>
86 
87 #if defined(CONFIG_IA64_ESI) || defined(CONFIG_IA64_ESI_MODULE)
88 extern void esi_call_phys (void);
90 #endif
91 extern char ia64_ivt[];
92 EXPORT_SYMBOL(ia64_ivt);
93 
94 #include <asm/ftrace.h>
95 #ifdef CONFIG_FUNCTION_TRACER
96 /* mcount is defined in assembly */
98 #endif