Merge ../powerpc-merge
[sfrench/cifs-2.6.git] / arch / powerpc / kernel / ppc_ksyms.c
1 #include <linux/config.h>
2 #include <linux/module.h>
3 #include <linux/threads.h>
4 #include <linux/smp.h>
5 #include <linux/sched.h>
6 #include <linux/elfcore.h>
7 #include <linux/string.h>
8 #include <linux/interrupt.h>
9 #include <linux/tty.h>
10 #include <linux/vt_kern.h>
11 #include <linux/nvram.h>
12 #include <linux/console.h>
13 #include <linux/irq.h>
14 #include <linux/pci.h>
15 #include <linux/delay.h>
16 #include <linux/ide.h>
17 #include <linux/bitops.h>
18
19 #include <asm/page.h>
20 #include <asm/semaphore.h>
21 #include <asm/processor.h>
22 #include <asm/uaccess.h>
23 #include <asm/io.h>
24 #include <asm/ide.h>
25 #include <asm/atomic.h>
26 #include <asm/checksum.h>
27 #include <asm/pgtable.h>
28 #include <asm/tlbflush.h>
29 #include <linux/adb.h>
30 #include <linux/cuda.h>
31 #include <linux/pmu.h>
32 #include <asm/prom.h>
33 #include <asm/system.h>
34 #include <asm/pci-bridge.h>
35 #include <asm/irq.h>
36 #include <asm/pmac_feature.h>
37 #include <asm/dma.h>
38 #include <asm/machdep.h>
39 #include <asm/hw_irq.h>
40 #include <asm/nvram.h>
41 #include <asm/mmu_context.h>
42 #include <asm/backlight.h>
43 #include <asm/time.h>
44 #include <asm/cputable.h>
45 #include <asm/btext.h>
46 #include <asm/div64.h>
47 #include <asm/signal.h>
48
49 #ifdef  CONFIG_8xx
50 #include <asm/commproc.h>
51 #endif
52
53 #ifdef CONFIG_PPC32
54 extern void transfer_to_handler(void);
55 extern void do_IRQ(struct pt_regs *regs);
56 extern void machine_check_exception(struct pt_regs *regs);
57 extern void alignment_exception(struct pt_regs *regs);
58 extern void program_check_exception(struct pt_regs *regs);
59 extern void single_step_exception(struct pt_regs *regs);
60 extern int sys_sigreturn(struct pt_regs *regs);
61
62 EXPORT_SYMBOL(clear_pages);
63 EXPORT_SYMBOL(ISA_DMA_THRESHOLD);
64 EXPORT_SYMBOL(DMA_MODE_READ);
65 EXPORT_SYMBOL(DMA_MODE_WRITE);
66 EXPORT_SYMBOL(__div64_32);
67
68 EXPORT_SYMBOL(do_signal);
69 EXPORT_SYMBOL(transfer_to_handler);
70 EXPORT_SYMBOL(do_IRQ);
71 EXPORT_SYMBOL(machine_check_exception);
72 EXPORT_SYMBOL(alignment_exception);
73 EXPORT_SYMBOL(program_check_exception);
74 EXPORT_SYMBOL(single_step_exception);
75 EXPORT_SYMBOL(sys_sigreturn);
76 #endif
77
78 EXPORT_SYMBOL(strcpy);
79 EXPORT_SYMBOL(strncpy);
80 EXPORT_SYMBOL(strcat);
81 EXPORT_SYMBOL(strlen);
82 EXPORT_SYMBOL(strcmp);
83 EXPORT_SYMBOL(strcasecmp);
84
85 EXPORT_SYMBOL(csum_partial);
86 EXPORT_SYMBOL(csum_partial_copy_generic);
87 EXPORT_SYMBOL(ip_fast_csum);
88 EXPORT_SYMBOL(csum_tcpudp_magic);
89
90 EXPORT_SYMBOL(__copy_tofrom_user);
91 EXPORT_SYMBOL(__clear_user);
92 EXPORT_SYMBOL(__strncpy_from_user);
93 EXPORT_SYMBOL(__strnlen_user);
94
95 #ifndef  __powerpc64__
96 EXPORT_SYMBOL(__ide_mm_insl);
97 EXPORT_SYMBOL(__ide_mm_outsw);
98 EXPORT_SYMBOL(__ide_mm_insw);
99 EXPORT_SYMBOL(__ide_mm_outsl);
100 #endif
101
102 EXPORT_SYMBOL(_insb);
103 EXPORT_SYMBOL(_outsb);
104 EXPORT_SYMBOL(_insw);
105 EXPORT_SYMBOL(_outsw);
106 EXPORT_SYMBOL(_insl);
107 EXPORT_SYMBOL(_outsl);
108 EXPORT_SYMBOL(_insw_ns);
109 EXPORT_SYMBOL(_outsw_ns);
110 EXPORT_SYMBOL(_insl_ns);
111 EXPORT_SYMBOL(_outsl_ns);
112 EXPORT_SYMBOL(ioremap);
113 #ifdef CONFIG_44x
114 EXPORT_SYMBOL(ioremap64);
115 #endif
116 EXPORT_SYMBOL(__ioremap);
117 EXPORT_SYMBOL(iounmap);
118 #ifdef CONFIG_PPC32
119 EXPORT_SYMBOL(ioremap_bot);     /* aka VMALLOC_END */
120 #endif
121
122 #if defined(CONFIG_PPC32) && (defined(CONFIG_BLK_DEV_IDE) || defined(CONFIG_BLK_DEV_IDE_MODULE))
123 EXPORT_SYMBOL(ppc_ide_md);
124 #endif
125
126 #if defined(CONFIG_PCI) && defined(CONFIG_PPC32)
127 EXPORT_SYMBOL(isa_io_base);
128 EXPORT_SYMBOL(isa_mem_base);
129 EXPORT_SYMBOL(pci_dram_offset);
130 EXPORT_SYMBOL(pci_alloc_consistent);
131 EXPORT_SYMBOL(pci_free_consistent);
132 EXPORT_SYMBOL(pci_bus_io_base);
133 EXPORT_SYMBOL(pci_bus_io_base_phys);
134 EXPORT_SYMBOL(pci_bus_mem_base_phys);
135 EXPORT_SYMBOL(pci_bus_to_hose);
136 #endif /* CONFIG_PCI */
137
138 #ifdef CONFIG_NOT_COHERENT_CACHE
139 EXPORT_SYMBOL(flush_dcache_all);
140 #endif
141
142 EXPORT_SYMBOL(start_thread);
143 EXPORT_SYMBOL(kernel_thread);
144
145 EXPORT_SYMBOL(giveup_fpu);
146 #ifdef CONFIG_ALTIVEC
147 EXPORT_SYMBOL(giveup_altivec);
148 #endif /* CONFIG_ALTIVEC */
149 #ifdef CONFIG_SPE
150 EXPORT_SYMBOL(giveup_spe);
151 #endif /* CONFIG_SPE */
152
153 #ifndef CONFIG_PPC64
154 EXPORT_SYMBOL(flush_instruction_cache);
155 EXPORT_SYMBOL(flush_tlb_kernel_range);
156 EXPORT_SYMBOL(flush_tlb_page);
157 EXPORT_SYMBOL(_tlbie);
158 #endif
159 EXPORT_SYMBOL(__flush_icache_range);
160 EXPORT_SYMBOL(flush_dcache_range);
161
162 #ifdef CONFIG_SMP
163 EXPORT_SYMBOL(smp_call_function);
164 #ifdef CONFIG_PPC32
165 EXPORT_SYMBOL(smp_hw_index);
166 #endif
167 #endif
168
169 #ifdef CONFIG_ADB
170 EXPORT_SYMBOL(adb_request);
171 EXPORT_SYMBOL(adb_register);
172 EXPORT_SYMBOL(adb_unregister);
173 EXPORT_SYMBOL(adb_poll);
174 EXPORT_SYMBOL(adb_try_handler_change);
175 #endif /* CONFIG_ADB */
176 #ifdef CONFIG_ADB_CUDA
177 EXPORT_SYMBOL(cuda_request);
178 EXPORT_SYMBOL(cuda_poll);
179 #endif /* CONFIG_ADB_CUDA */
180 #ifdef CONFIG_VT
181 EXPORT_SYMBOL(kd_mksound);
182 #endif
183 EXPORT_SYMBOL(to_tm);
184
185 #ifdef CONFIG_PPC32
186 long long __ashrdi3(long long, int);
187 long long __ashldi3(long long, int);
188 long long __lshrdi3(long long, int);
189 EXPORT_SYMBOL(__ashrdi3);
190 EXPORT_SYMBOL(__ashldi3);
191 EXPORT_SYMBOL(__lshrdi3);
192 #endif
193
194 EXPORT_SYMBOL(memcpy);
195 EXPORT_SYMBOL(memset);
196 EXPORT_SYMBOL(memmove);
197 EXPORT_SYMBOL(memcmp);
198 EXPORT_SYMBOL(memchr);
199
200 #if defined(CONFIG_FB_VGA16_MODULE)
201 EXPORT_SYMBOL(screen_info);
202 #endif
203
204 #ifdef CONFIG_PPC32
205 EXPORT_SYMBOL(timer_interrupt);
206 EXPORT_SYMBOL(irq_desc);
207 EXPORT_SYMBOL(tb_ticks_per_jiffy);
208 EXPORT_SYMBOL(console_drivers);
209 EXPORT_SYMBOL(cacheable_memcpy);
210 #endif
211
212 #ifdef  CONFIG_8xx
213 EXPORT_SYMBOL(cpm_install_handler);
214 EXPORT_SYMBOL(cpm_free_handler);
215 #endif /* CONFIG_8xx */
216 #if defined(CONFIG_8xx) || defined(CONFIG_40x)
217 EXPORT_SYMBOL(__res);
218 #endif
219
220 #ifdef CONFIG_PPC32
221 EXPORT_SYMBOL(next_mmu_context);
222 EXPORT_SYMBOL(set_context);
223 #endif
224
225 #ifdef CONFIG_PPC_STD_MMU_32
226 extern long mol_trampoline;
227 EXPORT_SYMBOL(mol_trampoline); /* For MOL */
228 EXPORT_SYMBOL(flush_hash_pages); /* For MOL */
229 #ifdef CONFIG_SMP
230 extern int mmu_hash_lock;
231 EXPORT_SYMBOL(mmu_hash_lock); /* For MOL */
232 #endif /* CONFIG_SMP */
233 extern long *intercept_table;
234 EXPORT_SYMBOL(intercept_table);
235 #endif /* CONFIG_PPC_STD_MMU_32 */
236 #if defined(CONFIG_40x) || defined(CONFIG_BOOKE)
237 EXPORT_SYMBOL(__mtdcr);
238 EXPORT_SYMBOL(__mfdcr);
239 #endif