]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - arch/powerpc/kernel/ppc_ksyms.c
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6
[linux-2.6-omap-h63xx.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 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 EXPORT_SYMBOL(strcpy);
80 EXPORT_SYMBOL(strncpy);
81 EXPORT_SYMBOL(strcat);
82 EXPORT_SYMBOL(strncat);
83 EXPORT_SYMBOL(strchr);
84 EXPORT_SYMBOL(strrchr);
85 EXPORT_SYMBOL(strpbrk);
86 EXPORT_SYMBOL(strstr);
87 EXPORT_SYMBOL(strlen);
88 EXPORT_SYMBOL(strnlen);
89 EXPORT_SYMBOL(strcmp);
90 EXPORT_SYMBOL(strncmp);
91 EXPORT_SYMBOL(strcasecmp);
92
93 EXPORT_SYMBOL(csum_partial);
94 EXPORT_SYMBOL(csum_partial_copy_generic);
95 EXPORT_SYMBOL(ip_fast_csum);
96 EXPORT_SYMBOL(csum_tcpudp_magic);
97
98 EXPORT_SYMBOL(__copy_tofrom_user);
99 EXPORT_SYMBOL(__clear_user);
100 EXPORT_SYMBOL(__strncpy_from_user);
101 EXPORT_SYMBOL(__strnlen_user);
102
103 #ifndef  __powerpc64__
104 EXPORT_SYMBOL(__ide_mm_insl);
105 EXPORT_SYMBOL(__ide_mm_outsw);
106 EXPORT_SYMBOL(__ide_mm_insw);
107 EXPORT_SYMBOL(__ide_mm_outsl);
108 #endif
109
110 EXPORT_SYMBOL(_insb);
111 EXPORT_SYMBOL(_outsb);
112 EXPORT_SYMBOL(_insw);
113 EXPORT_SYMBOL(_outsw);
114 EXPORT_SYMBOL(_insl);
115 EXPORT_SYMBOL(_outsl);
116 EXPORT_SYMBOL(_insw_ns);
117 EXPORT_SYMBOL(_outsw_ns);
118 EXPORT_SYMBOL(_insl_ns);
119 EXPORT_SYMBOL(_outsl_ns);
120 EXPORT_SYMBOL(ioremap);
121 #ifdef CONFIG_44x
122 EXPORT_SYMBOL(ioremap64);
123 #endif
124 EXPORT_SYMBOL(__ioremap);
125 EXPORT_SYMBOL(iounmap);
126 #ifdef CONFIG_PPC32
127 EXPORT_SYMBOL(ioremap_bot);     /* aka VMALLOC_END */
128 #endif
129
130 #if defined(CONFIG_PPC32) && (defined(CONFIG_BLK_DEV_IDE) || defined(CONFIG_BLK_DEV_IDE_MODULE))
131 EXPORT_SYMBOL(ppc_ide_md);
132 #endif
133
134 #if defined(CONFIG_PCI) && defined(CONFIG_PPC32)
135 EXPORT_SYMBOL(isa_io_base);
136 EXPORT_SYMBOL(isa_mem_base);
137 EXPORT_SYMBOL(pci_dram_offset);
138 EXPORT_SYMBOL(pci_alloc_consistent);
139 EXPORT_SYMBOL(pci_free_consistent);
140 EXPORT_SYMBOL(pci_bus_io_base);
141 EXPORT_SYMBOL(pci_bus_io_base_phys);
142 EXPORT_SYMBOL(pci_bus_mem_base_phys);
143 EXPORT_SYMBOL(pci_bus_to_hose);
144 #endif /* CONFIG_PCI */
145
146 #ifdef CONFIG_NOT_COHERENT_CACHE
147 EXPORT_SYMBOL(flush_dcache_all);
148 #endif
149
150 EXPORT_SYMBOL(start_thread);
151 EXPORT_SYMBOL(kernel_thread);
152
153 EXPORT_SYMBOL(giveup_fpu);
154 #ifdef CONFIG_ALTIVEC
155 EXPORT_SYMBOL(giveup_altivec);
156 #endif /* CONFIG_ALTIVEC */
157 #ifdef CONFIG_SPE
158 EXPORT_SYMBOL(giveup_spe);
159 #endif /* CONFIG_SPE */
160
161 #ifndef CONFIG_PPC64
162 EXPORT_SYMBOL(flush_instruction_cache);
163 EXPORT_SYMBOL(flush_tlb_kernel_range);
164 EXPORT_SYMBOL(flush_tlb_page);
165 EXPORT_SYMBOL(_tlbie);
166 #endif
167 EXPORT_SYMBOL(__flush_icache_range);
168 EXPORT_SYMBOL(flush_dcache_range);
169
170 #ifdef CONFIG_SMP
171 EXPORT_SYMBOL(smp_call_function);
172 #ifdef CONFIG_PPC32
173 EXPORT_SYMBOL(smp_hw_index);
174 #endif
175 #endif
176
177 #ifdef CONFIG_ADB
178 EXPORT_SYMBOL(adb_request);
179 EXPORT_SYMBOL(adb_register);
180 EXPORT_SYMBOL(adb_unregister);
181 EXPORT_SYMBOL(adb_poll);
182 EXPORT_SYMBOL(adb_try_handler_change);
183 #endif /* CONFIG_ADB */
184 #ifdef CONFIG_ADB_CUDA
185 EXPORT_SYMBOL(cuda_request);
186 EXPORT_SYMBOL(cuda_poll);
187 #endif /* CONFIG_ADB_CUDA */
188 #ifdef CONFIG_PPC_PMAC
189 EXPORT_SYMBOL(sys_ctrler);
190 #endif
191 #ifdef CONFIG_VT
192 EXPORT_SYMBOL(kd_mksound);
193 #endif
194 EXPORT_SYMBOL(to_tm);
195
196 #ifdef CONFIG_PPC32
197 long long __ashrdi3(long long, int);
198 long long __ashldi3(long long, int);
199 long long __lshrdi3(long long, int);
200 EXPORT_SYMBOL(__ashrdi3);
201 EXPORT_SYMBOL(__ashldi3);
202 EXPORT_SYMBOL(__lshrdi3);
203 #endif
204
205 EXPORT_SYMBOL(memcpy);
206 EXPORT_SYMBOL(memset);
207 EXPORT_SYMBOL(memmove);
208 EXPORT_SYMBOL(memscan);
209 EXPORT_SYMBOL(memcmp);
210 EXPORT_SYMBOL(memchr);
211
212 #if defined(CONFIG_FB_VGA16_MODULE)
213 EXPORT_SYMBOL(screen_info);
214 #endif
215
216 #ifdef CONFIG_PPC32
217 EXPORT_SYMBOL(__delay);
218 EXPORT_SYMBOL(timer_interrupt);
219 EXPORT_SYMBOL(irq_desc);
220 EXPORT_SYMBOL(tb_ticks_per_jiffy);
221 EXPORT_SYMBOL(console_drivers);
222 EXPORT_SYMBOL(cacheable_memcpy);
223 #endif
224
225 EXPORT_SYMBOL(__up);
226 EXPORT_SYMBOL(__down);
227 EXPORT_SYMBOL(__down_interruptible);
228
229 #ifdef  CONFIG_8xx
230 EXPORT_SYMBOL(cpm_install_handler);
231 EXPORT_SYMBOL(cpm_free_handler);
232 #endif /* CONFIG_8xx */
233 #if defined(CONFIG_8xx) || defined(CONFIG_40x) || defined(CONFIG_85xx) ||\
234         defined(CONFIG_83xx)
235 EXPORT_SYMBOL(__res);
236 #endif
237
238 #ifdef CONFIG_PPC32
239 EXPORT_SYMBOL(next_mmu_context);
240 EXPORT_SYMBOL(set_context);
241 #endif
242
243 #ifdef CONFIG_PPC_STD_MMU_32
244 extern long mol_trampoline;
245 EXPORT_SYMBOL(mol_trampoline); /* For MOL */
246 EXPORT_SYMBOL(flush_hash_pages); /* For MOL */
247 #ifdef CONFIG_SMP
248 extern int mmu_hash_lock;
249 EXPORT_SYMBOL(mmu_hash_lock); /* For MOL */
250 #endif /* CONFIG_SMP */
251 extern long *intercept_table;
252 EXPORT_SYMBOL(intercept_table);
253 #endif /* CONFIG_PPC_STD_MMU_32 */
254 #if defined(CONFIG_40x) || defined(CONFIG_BOOKE)
255 EXPORT_SYMBOL(__mtdcr);
256 EXPORT_SYMBOL(__mfdcr);
257 #endif