spi/topcliff-pch: Fix Kconfig dependencies
[cascardo/linux.git] / arch / powerpc / kernel / ppc_ksyms.c
1 #include <linux/export.h>
2 #include <linux/threads.h>
3 #include <linux/smp.h>
4 #include <linux/sched.h>
5 #include <linux/elfcore.h>
6 #include <linux/string.h>
7 #include <linux/interrupt.h>
8 #include <linux/screen_info.h>
9 #include <linux/vt_kern.h>
10 #include <linux/nvram.h>
11 #include <linux/irq.h>
12 #include <linux/pci.h>
13 #include <linux/delay.h>
14 #include <linux/bitops.h>
15
16 #include <asm/page.h>
17 #include <asm/processor.h>
18 #include <asm/cacheflush.h>
19 #include <asm/uaccess.h>
20 #include <asm/io.h>
21 #include <linux/atomic.h>
22 #include <asm/checksum.h>
23 #include <asm/pgtable.h>
24 #include <asm/tlbflush.h>
25 #include <linux/adb.h>
26 #include <linux/cuda.h>
27 #include <linux/pmu.h>
28 #include <asm/prom.h>
29 #include <asm/pci-bridge.h>
30 #include <asm/irq.h>
31 #include <asm/pmac_feature.h>
32 #include <asm/dma.h>
33 #include <asm/machdep.h>
34 #include <asm/hw_irq.h>
35 #include <asm/nvram.h>
36 #include <asm/mmu_context.h>
37 #include <asm/backlight.h>
38 #include <asm/time.h>
39 #include <asm/cputable.h>
40 #include <asm/btext.h>
41 #include <asm/div64.h>
42 #include <asm/signal.h>
43 #include <asm/dcr.h>
44 #include <asm/ftrace.h>
45 #include <asm/switch_to.h>
46 #include <asm/epapr_hcalls.h>
47
48 #ifdef CONFIG_PPC32
49 extern void transfer_to_handler(void);
50 extern void do_IRQ(struct pt_regs *regs);
51 extern void machine_check_exception(struct pt_regs *regs);
52 extern void alignment_exception(struct pt_regs *regs);
53 extern void program_check_exception(struct pt_regs *regs);
54 extern void single_step_exception(struct pt_regs *regs);
55 extern int sys_sigreturn(struct pt_regs *regs);
56
57 EXPORT_SYMBOL(clear_pages);
58 EXPORT_SYMBOL(ISA_DMA_THRESHOLD);
59 EXPORT_SYMBOL(DMA_MODE_READ);
60 EXPORT_SYMBOL(DMA_MODE_WRITE);
61
62 EXPORT_SYMBOL(transfer_to_handler);
63 EXPORT_SYMBOL(do_IRQ);
64 EXPORT_SYMBOL(machine_check_exception);
65 EXPORT_SYMBOL(alignment_exception);
66 EXPORT_SYMBOL(program_check_exception);
67 EXPORT_SYMBOL(single_step_exception);
68 EXPORT_SYMBOL(sys_sigreturn);
69 #endif
70
71 #ifdef CONFIG_FUNCTION_TRACER
72 EXPORT_SYMBOL(_mcount);
73 #endif
74
75 EXPORT_SYMBOL(strcpy);
76 EXPORT_SYMBOL(strncpy);
77 EXPORT_SYMBOL(strcat);
78 EXPORT_SYMBOL(strlen);
79 EXPORT_SYMBOL(strcmp);
80 EXPORT_SYMBOL(strncmp);
81
82 #ifndef CONFIG_GENERIC_CSUM
83 EXPORT_SYMBOL(csum_partial);
84 EXPORT_SYMBOL(csum_partial_copy_generic);
85 EXPORT_SYMBOL(ip_fast_csum);
86 EXPORT_SYMBOL(csum_tcpudp_magic);
87 #endif
88
89 EXPORT_SYMBOL(__copy_tofrom_user);
90 EXPORT_SYMBOL(__clear_user);
91 EXPORT_SYMBOL(copy_page);
92
93 #if defined(CONFIG_PCI) && defined(CONFIG_PPC32)
94 EXPORT_SYMBOL(isa_io_base);
95 EXPORT_SYMBOL(isa_mem_base);
96 EXPORT_SYMBOL(pci_dram_offset);
97 #endif /* CONFIG_PCI */
98
99 EXPORT_SYMBOL(start_thread);
100
101 #ifdef CONFIG_PPC_FPU
102 EXPORT_SYMBOL(giveup_fpu);
103 EXPORT_SYMBOL(load_fp_state);
104 EXPORT_SYMBOL(store_fp_state);
105 #endif
106 #ifdef CONFIG_ALTIVEC
107 EXPORT_SYMBOL(giveup_altivec);
108 EXPORT_SYMBOL(load_vr_state);
109 EXPORT_SYMBOL(store_vr_state);
110 #endif /* CONFIG_ALTIVEC */
111 #ifdef CONFIG_VSX
112 EXPORT_SYMBOL(giveup_vsx);
113 EXPORT_SYMBOL_GPL(__giveup_vsx);
114 #endif /* CONFIG_VSX */
115 #ifdef CONFIG_SPE
116 EXPORT_SYMBOL(giveup_spe);
117 #endif /* CONFIG_SPE */
118
119 #ifndef CONFIG_PPC64
120 EXPORT_SYMBOL(flush_instruction_cache);
121 #endif
122 EXPORT_SYMBOL(flush_dcache_range);
123
124 #ifdef CONFIG_SMP
125 #ifdef CONFIG_PPC32
126 EXPORT_SYMBOL(smp_hw_index);
127 #endif
128 #endif
129
130 #ifdef CONFIG_ADB
131 EXPORT_SYMBOL(adb_request);
132 EXPORT_SYMBOL(adb_register);
133 EXPORT_SYMBOL(adb_unregister);
134 EXPORT_SYMBOL(adb_poll);
135 EXPORT_SYMBOL(adb_try_handler_change);
136 #endif /* CONFIG_ADB */
137 #ifdef CONFIG_ADB_CUDA
138 EXPORT_SYMBOL(cuda_request);
139 EXPORT_SYMBOL(cuda_poll);
140 #endif /* CONFIG_ADB_CUDA */
141 EXPORT_SYMBOL(to_tm);
142
143 #ifdef CONFIG_PPC32
144 long long __ashrdi3(long long, int);
145 long long __ashldi3(long long, int);
146 long long __lshrdi3(long long, int);
147 EXPORT_SYMBOL(__ashrdi3);
148 EXPORT_SYMBOL(__ashldi3);
149 EXPORT_SYMBOL(__lshrdi3);
150 int __ucmpdi2(unsigned long long, unsigned long long);
151 EXPORT_SYMBOL(__ucmpdi2);
152 int __cmpdi2(long long, long long);
153 EXPORT_SYMBOL(__cmpdi2);
154 #endif
155 long long __bswapdi2(long long);
156 EXPORT_SYMBOL(__bswapdi2);
157 #ifdef __BIG_ENDIAN__
158 EXPORT_SYMBOL(memcpy);
159 #endif
160 EXPORT_SYMBOL(memset);
161 EXPORT_SYMBOL(memmove);
162 EXPORT_SYMBOL(memcmp);
163 EXPORT_SYMBOL(memchr);
164
165 #if defined(CONFIG_FB_VGA16_MODULE)
166 EXPORT_SYMBOL(screen_info);
167 #endif
168
169 #ifdef CONFIG_PPC32
170 EXPORT_SYMBOL(timer_interrupt);
171 EXPORT_SYMBOL(tb_ticks_per_jiffy);
172 EXPORT_SYMBOL(cacheable_memcpy);
173 EXPORT_SYMBOL(cacheable_memzero);
174 #endif
175
176 #ifdef CONFIG_PPC32
177 EXPORT_SYMBOL(switch_mmu_context);
178 #endif
179
180 #ifdef CONFIG_PPC_STD_MMU_32
181 extern long mol_trampoline;
182 EXPORT_SYMBOL(mol_trampoline); /* For MOL */
183 EXPORT_SYMBOL(flush_hash_pages); /* For MOL */
184 #ifdef CONFIG_SMP
185 extern int mmu_hash_lock;
186 EXPORT_SYMBOL(mmu_hash_lock); /* For MOL */
187 #endif /* CONFIG_SMP */
188 extern long *intercept_table;
189 EXPORT_SYMBOL(intercept_table);
190 #endif /* CONFIG_PPC_STD_MMU_32 */
191 #ifdef CONFIG_PPC_DCR_NATIVE
192 EXPORT_SYMBOL(__mtdcr);
193 EXPORT_SYMBOL(__mfdcr);
194 #endif
195 EXPORT_SYMBOL(empty_zero_page);
196
197 #ifdef CONFIG_PPC64
198 EXPORT_SYMBOL(__arch_hweight8);
199 EXPORT_SYMBOL(__arch_hweight16);
200 EXPORT_SYMBOL(__arch_hweight32);
201 EXPORT_SYMBOL(__arch_hweight64);
202 #endif
203
204 #ifdef CONFIG_PPC_BOOK3S_64
205 EXPORT_SYMBOL_GPL(mmu_psize_defs);
206 #endif
207
208 #ifdef CONFIG_EPAPR_PARAVIRT
209 EXPORT_SYMBOL(epapr_hypercall_start);
210 #endif