Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git
[powerpc.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
48 #ifdef  CONFIG_8xx
49 #include <asm/commproc.h>
50 #endif
51
52 #ifdef CONFIG_PPC32
53 extern void transfer_to_handler(void);
54 extern void do_IRQ(struct pt_regs *regs);
55 extern void machine_check_exception(struct pt_regs *regs);
56 extern void alignment_exception(struct pt_regs *regs);
57 extern void program_check_exception(struct pt_regs *regs);
58 extern void single_step_exception(struct pt_regs *regs);
59 extern int do_signal(sigset_t *, struct pt_regs *);
60 extern int pmac_newworld;
61 extern int sys_sigreturn(struct pt_regs *regs);
62
63 EXPORT_SYMBOL(clear_pages);
64 EXPORT_SYMBOL(ISA_DMA_THRESHOLD);
65 EXPORT_SYMBOL(DMA_MODE_READ);
66 EXPORT_SYMBOL(DMA_MODE_WRITE);
67 EXPORT_SYMBOL(__div64_32);
68
69 EXPORT_SYMBOL(do_signal);
70 EXPORT_SYMBOL(transfer_to_handler);
71 EXPORT_SYMBOL(do_IRQ);
72 EXPORT_SYMBOL(machine_check_exception);
73 EXPORT_SYMBOL(alignment_exception);
74 EXPORT_SYMBOL(program_check_exception);
75 EXPORT_SYMBOL(single_step_exception);
76 EXPORT_SYMBOL(sys_sigreturn);
77 #endif
78
79 #if defined(CONFIG_PPC_PREP)
80 EXPORT_SYMBOL(_prep_type);
81 EXPORT_SYMBOL(ucSystemType);
82 #endif
83
84 #if !defined(__INLINE_BITOPS)
85 EXPORT_SYMBOL(set_bit);
86 EXPORT_SYMBOL(clear_bit);
87 EXPORT_SYMBOL(change_bit);
88 EXPORT_SYMBOL(test_and_set_bit);
89 EXPORT_SYMBOL(test_and_clear_bit);
90 EXPORT_SYMBOL(test_and_change_bit);
91 #endif /* __INLINE_BITOPS */
92
93 EXPORT_SYMBOL(strcpy);
94 EXPORT_SYMBOL(strncpy);
95 EXPORT_SYMBOL(strcat);
96 EXPORT_SYMBOL(strncat);
97 EXPORT_SYMBOL(strchr);
98 EXPORT_SYMBOL(strrchr);
99 EXPORT_SYMBOL(strpbrk);
100 EXPORT_SYMBOL(strstr);
101 EXPORT_SYMBOL(strlen);
102 EXPORT_SYMBOL(strnlen);
103 EXPORT_SYMBOL(strcmp);
104 EXPORT_SYMBOL(strncmp);
105 EXPORT_SYMBOL(strcasecmp);
106
107 EXPORT_SYMBOL(csum_partial);
108 EXPORT_SYMBOL(csum_partial_copy_generic);
109 EXPORT_SYMBOL(ip_fast_csum);
110 EXPORT_SYMBOL(csum_tcpudp_magic);
111
112 EXPORT_SYMBOL(__copy_tofrom_user);
113 EXPORT_SYMBOL(__clear_user);
114 EXPORT_SYMBOL(__strncpy_from_user);
115 EXPORT_SYMBOL(__strnlen_user);
116
117 EXPORT_SYMBOL(_insb);
118 EXPORT_SYMBOL(_outsb);
119 EXPORT_SYMBOL(_insw);
120 EXPORT_SYMBOL(_outsw);
121 EXPORT_SYMBOL(_insl);
122 EXPORT_SYMBOL(_outsl);
123 EXPORT_SYMBOL(_insw_ns);
124 EXPORT_SYMBOL(_outsw_ns);
125 EXPORT_SYMBOL(_insl_ns);
126 EXPORT_SYMBOL(_outsl_ns);
127 EXPORT_SYMBOL(ioremap);
128 #ifdef CONFIG_44x
129 EXPORT_SYMBOL(ioremap64);
130 #endif
131 EXPORT_SYMBOL(__ioremap);
132 EXPORT_SYMBOL(iounmap);
133 #ifdef CONFIG_PPC32
134 EXPORT_SYMBOL(ioremap_bot);     /* aka VMALLOC_END */
135 #endif
136
137 #if defined(CONFIG_PPC32) && (defined(CONFIG_BLK_DEV_IDE) || defined(CONFIG_BLK_DEV_IDE_MODULE))
138 EXPORT_SYMBOL(ppc_ide_md);
139 #endif
140
141 #if defined(CONFIG_PCI) && defined(CONFIG_PPC32)
142 EXPORT_SYMBOL(isa_io_base);
143 EXPORT_SYMBOL(isa_mem_base);
144 EXPORT_SYMBOL(pci_dram_offset);
145 EXPORT_SYMBOL(pci_alloc_consistent);
146 EXPORT_SYMBOL(pci_free_consistent);
147 EXPORT_SYMBOL(pci_bus_io_base);
148 EXPORT_SYMBOL(pci_bus_io_base_phys);
149 EXPORT_SYMBOL(pci_bus_mem_base_phys);
150 EXPORT_SYMBOL(pci_bus_to_hose);
151 EXPORT_SYMBOL(pci_resource_to_bus);
152 EXPORT_SYMBOL(pci_phys_to_bus);
153 EXPORT_SYMBOL(pci_bus_to_phys);
154 #endif /* CONFIG_PCI */
155
156 #ifdef CONFIG_NOT_COHERENT_CACHE
157 EXPORT_SYMBOL(flush_dcache_all);
158 #endif
159
160 EXPORT_SYMBOL(start_thread);
161 EXPORT_SYMBOL(kernel_thread);
162
163 EXPORT_SYMBOL(giveup_fpu);
164 #ifdef CONFIG_ALTIVEC
165 EXPORT_SYMBOL(giveup_altivec);
166 #endif /* CONFIG_ALTIVEC */
167 #ifdef CONFIG_SPE
168 EXPORT_SYMBOL(giveup_spe);
169 #endif /* CONFIG_SPE */
170
171 #ifdef CONFIG_PPC64
172 EXPORT_SYMBOL(__flush_icache_range);
173 #else
174 EXPORT_SYMBOL(flush_instruction_cache);
175 EXPORT_SYMBOL(flush_icache_range);
176 EXPORT_SYMBOL(flush_tlb_kernel_range);
177 EXPORT_SYMBOL(flush_tlb_page);
178 EXPORT_SYMBOL(_tlbie);
179 #endif
180 EXPORT_SYMBOL(flush_dcache_range);
181
182 #ifdef CONFIG_SMP
183 EXPORT_SYMBOL(smp_call_function);
184 #ifdef CONFIG_PPC32
185 EXPORT_SYMBOL(smp_hw_index);
186 #endif
187 #endif
188
189 #ifdef CONFIG_ADB
190 EXPORT_SYMBOL(adb_request);
191 EXPORT_SYMBOL(adb_register);
192 EXPORT_SYMBOL(adb_unregister);
193 EXPORT_SYMBOL(adb_poll);
194 EXPORT_SYMBOL(adb_try_handler_change);
195 #endif /* CONFIG_ADB */
196 #ifdef CONFIG_ADB_CUDA
197 EXPORT_SYMBOL(cuda_request);
198 EXPORT_SYMBOL(cuda_poll);
199 #endif /* CONFIG_ADB_CUDA */
200 #if defined(CONFIG_PPC_MULTIPLATFORM) && defined(CONFIG_PPC32)
201 EXPORT_SYMBOL(_machine);
202 #endif
203 #ifdef CONFIG_PPC_PMAC
204 EXPORT_SYMBOL(sys_ctrler);
205 #endif
206 #ifdef CONFIG_VT
207 EXPORT_SYMBOL(kd_mksound);
208 #endif
209 EXPORT_SYMBOL(to_tm);
210
211 #ifdef CONFIG_PPC32
212 long long __ashrdi3(long long, int);
213 long long __ashldi3(long long, int);
214 long long __lshrdi3(long long, int);
215 EXPORT_SYMBOL(__ashrdi3);
216 EXPORT_SYMBOL(__ashldi3);
217 EXPORT_SYMBOL(__lshrdi3);
218 #endif
219
220 EXPORT_SYMBOL(memcpy);
221 EXPORT_SYMBOL(memset);
222 EXPORT_SYMBOL(memmove);
223 EXPORT_SYMBOL(memscan);
224 EXPORT_SYMBOL(memcmp);
225 EXPORT_SYMBOL(memchr);
226
227 #if defined(CONFIG_FB_VGA16_MODULE)
228 EXPORT_SYMBOL(screen_info);
229 #endif
230
231 #ifdef CONFIG_PPC32
232 EXPORT_SYMBOL(__delay);
233 EXPORT_SYMBOL(timer_interrupt);
234 EXPORT_SYMBOL(irq_desc);
235 EXPORT_SYMBOL(tb_ticks_per_jiffy);
236 EXPORT_SYMBOL(console_drivers);
237 EXPORT_SYMBOL(cacheable_memcpy);
238 #endif
239
240 EXPORT_SYMBOL(__up);
241 EXPORT_SYMBOL(__down);
242 EXPORT_SYMBOL(__down_interruptible);
243
244 #ifdef  CONFIG_8xx
245 EXPORT_SYMBOL(cpm_install_handler);
246 EXPORT_SYMBOL(cpm_free_handler);
247 #endif /* CONFIG_8xx */
248 #if defined(CONFIG_8xx) || defined(CONFIG_40x) || defined(CONFIG_85xx) ||\
249         defined(CONFIG_83xx)
250 EXPORT_SYMBOL(__res);
251 #endif
252
253 #ifdef CONFIG_PPC32
254 EXPORT_SYMBOL(next_mmu_context);
255 EXPORT_SYMBOL(set_context);
256 #endif
257
258 #ifdef CONFIG_PPC_STD_MMU_32
259 extern long mol_trampoline;
260 EXPORT_SYMBOL(mol_trampoline); /* For MOL */
261 EXPORT_SYMBOL(flush_hash_pages); /* For MOL */
262 EXPORT_SYMBOL_GPL(__handle_mm_fault); /* For MOL */
263 #ifdef CONFIG_SMP
264 extern int mmu_hash_lock;
265 EXPORT_SYMBOL(mmu_hash_lock); /* For MOL */
266 #endif /* CONFIG_SMP */
267 extern long *intercept_table;
268 EXPORT_SYMBOL(intercept_table);
269 #endif /* CONFIG_PPC_STD_MMU_32 */
270 #if defined(CONFIG_40x) || defined(CONFIG_BOOKE)
271 EXPORT_SYMBOL(__mtdcr);
272 EXPORT_SYMBOL(__mfdcr);
273 #endif