Merge to Fedora kernel-2.6.18-1.2224_FC5 patched with stable patch-2.6.18.1-vs2.0...
[linux-2.6.git] / arch / powerpc / kernel / ppc_ksyms.c
1 #include <linux/module.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/console.h>
12 #include <linux/irq.h>
13 #include <linux/pci.h>
14 #include <linux/delay.h>
15 #include <linux/ide.h>
16 #include <linux/bitops.h>
17
18 #include <asm/page.h>
19 #include <asm/semaphore.h>
20 #include <asm/processor.h>
21 #include <asm/uaccess.h>
22 #include <asm/io.h>
23 #include <asm/ide.h>
24 #include <asm/atomic.h>
25 #include <asm/checksum.h>
26 #include <asm/pgtable.h>
27 #include <asm/tlbflush.h>
28 #include <linux/adb.h>
29 #include <linux/cuda.h>
30 #include <linux/pmu.h>
31 #include <asm/prom.h>
32 #include <asm/system.h>
33 #include <asm/pci-bridge.h>
34 #include <asm/irq.h>
35 #include <asm/pmac_feature.h>
36 #include <asm/dma.h>
37 #include <asm/machdep.h>
38 #include <asm/hw_irq.h>
39 #include <asm/nvram.h>
40 #include <asm/mmu_context.h>
41 #include <asm/backlight.h>
42 #include <asm/time.h>
43 #include <asm/cputable.h>
44 #include <asm/btext.h>
45 #include <asm/div64.h>
46 #include <asm/signal.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 sys_sigreturn(struct pt_regs *regs);
60
61 EXPORT_SYMBOL(clear_pages);
62 EXPORT_SYMBOL(ISA_DMA_THRESHOLD);
63 EXPORT_SYMBOL(DMA_MODE_READ);
64 EXPORT_SYMBOL(DMA_MODE_WRITE);
65 EXPORT_SYMBOL(__div64_32);
66
67 EXPORT_SYMBOL(do_signal);
68 EXPORT_SYMBOL(transfer_to_handler);
69 EXPORT_SYMBOL(do_IRQ);
70 EXPORT_SYMBOL(machine_check_exception);
71 EXPORT_SYMBOL(alignment_exception);
72 EXPORT_SYMBOL(program_check_exception);
73 EXPORT_SYMBOL(single_step_exception);
74 EXPORT_SYMBOL(sys_sigreturn);
75 #endif
76
77 EXPORT_SYMBOL(strcpy);
78 EXPORT_SYMBOL(strncpy);
79 EXPORT_SYMBOL(strcat);
80 EXPORT_SYMBOL(strlen);
81 EXPORT_SYMBOL(strcmp);
82 EXPORT_SYMBOL(strcasecmp);
83 EXPORT_SYMBOL(strncasecmp);
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(copy_page);
97 #else
98 EXPORT_SYMBOL(copy_4K_page);
99 #endif
100
101 #ifndef  __powerpc64__
102 EXPORT_SYMBOL(__ide_mm_insl);
103 EXPORT_SYMBOL(__ide_mm_outsw);
104 EXPORT_SYMBOL(__ide_mm_insw);
105 EXPORT_SYMBOL(__ide_mm_outsl);
106 #endif
107
108 EXPORT_SYMBOL(_insb);
109 EXPORT_SYMBOL(_outsb);
110 EXPORT_SYMBOL(_insw);
111 EXPORT_SYMBOL(_outsw);
112 EXPORT_SYMBOL(_insl);
113 EXPORT_SYMBOL(_outsl);
114 EXPORT_SYMBOL(_insw_ns);
115 EXPORT_SYMBOL(_outsw_ns);
116 EXPORT_SYMBOL(_insl_ns);
117 EXPORT_SYMBOL(_outsl_ns);
118
119 #if defined(CONFIG_PPC32) && (defined(CONFIG_BLK_DEV_IDE) || defined(CONFIG_BLK_DEV_IDE_MODULE))
120 EXPORT_SYMBOL(ppc_ide_md);
121 #endif
122
123 #if defined(CONFIG_PCI) && defined(CONFIG_PPC32)
124 EXPORT_SYMBOL(isa_io_base);
125 EXPORT_SYMBOL(isa_mem_base);
126 EXPORT_SYMBOL(pci_dram_offset);
127 EXPORT_SYMBOL(pci_alloc_consistent);
128 EXPORT_SYMBOL(pci_free_consistent);
129 EXPORT_SYMBOL(pci_bus_io_base);
130 EXPORT_SYMBOL(pci_bus_io_base_phys);
131 EXPORT_SYMBOL(pci_bus_mem_base_phys);
132 EXPORT_SYMBOL(pci_bus_to_hose);
133 #endif /* CONFIG_PCI */
134
135 EXPORT_SYMBOL(start_thread);
136 EXPORT_SYMBOL(kernel_thread);
137
138 EXPORT_SYMBOL(giveup_fpu);
139 #ifdef CONFIG_ALTIVEC
140 EXPORT_SYMBOL(giveup_altivec);
141 #endif /* CONFIG_ALTIVEC */
142 #ifdef CONFIG_SPE
143 EXPORT_SYMBOL(giveup_spe);
144 #endif /* CONFIG_SPE */
145
146 #ifndef CONFIG_PPC64
147 EXPORT_SYMBOL(flush_instruction_cache);
148 EXPORT_SYMBOL(flush_tlb_kernel_range);
149 EXPORT_SYMBOL(flush_tlb_page);
150 EXPORT_SYMBOL(_tlbie);
151 #endif
152 EXPORT_SYMBOL(__flush_icache_range);
153 EXPORT_SYMBOL(flush_dcache_range);
154
155 #ifdef CONFIG_SMP
156 #ifdef CONFIG_PPC32
157 EXPORT_SYMBOL(smp_hw_index);
158 #endif
159 #endif
160
161 #ifdef CONFIG_ADB
162 EXPORT_SYMBOL(adb_request);
163 EXPORT_SYMBOL(adb_register);
164 EXPORT_SYMBOL(adb_unregister);
165 EXPORT_SYMBOL(adb_poll);
166 EXPORT_SYMBOL(adb_try_handler_change);
167 #endif /* CONFIG_ADB */
168 #ifdef CONFIG_ADB_CUDA
169 EXPORT_SYMBOL(cuda_request);
170 EXPORT_SYMBOL(cuda_poll);
171 #endif /* CONFIG_ADB_CUDA */
172 #ifdef CONFIG_VT
173 EXPORT_SYMBOL(kd_mksound);
174 #endif
175 EXPORT_SYMBOL(to_tm);
176
177 #ifdef CONFIG_PPC32
178 long long __ashrdi3(long long, int);
179 long long __ashldi3(long long, int);
180 long long __lshrdi3(long long, int);
181 EXPORT_SYMBOL(__ashrdi3);
182 EXPORT_SYMBOL(__ashldi3);
183 EXPORT_SYMBOL(__lshrdi3);
184 #endif
185
186 EXPORT_SYMBOL(memcpy);
187 EXPORT_SYMBOL(memset);
188 EXPORT_SYMBOL(memmove);
189 EXPORT_SYMBOL(memcmp);
190 EXPORT_SYMBOL(memchr);
191
192 #if defined(CONFIG_FB_VGA16_MODULE)
193 EXPORT_SYMBOL(screen_info);
194 #endif
195
196 #ifdef CONFIG_PPC32
197 EXPORT_SYMBOL(timer_interrupt);
198 EXPORT_SYMBOL(irq_desc);
199 EXPORT_SYMBOL(tb_ticks_per_jiffy);
200 EXPORT_SYMBOL(console_drivers);
201 EXPORT_SYMBOL(cacheable_memcpy);
202 #endif
203
204 #ifdef  CONFIG_8xx
205 EXPORT_SYMBOL(cpm_install_handler);
206 EXPORT_SYMBOL(cpm_free_handler);
207 #endif /* CONFIG_8xx */
208 #if defined(CONFIG_8xx) || defined(CONFIG_40x)
209 EXPORT_SYMBOL(__res);
210 #endif
211
212 #ifdef CONFIG_PPC32
213 EXPORT_SYMBOL(next_mmu_context);
214 EXPORT_SYMBOL(set_context);
215 #endif
216
217 #ifdef CONFIG_PPC_STD_MMU_32
218 extern long mol_trampoline;
219 EXPORT_SYMBOL(mol_trampoline); /* For MOL */
220 EXPORT_SYMBOL(flush_hash_pages); /* For MOL */
221 #ifdef CONFIG_SMP
222 extern int mmu_hash_lock;
223 EXPORT_SYMBOL(mmu_hash_lock); /* For MOL */
224 #endif /* CONFIG_SMP */
225 extern long *intercept_table;
226 EXPORT_SYMBOL(intercept_table);
227 #endif /* CONFIG_PPC_STD_MMU_32 */
228 #if defined(CONFIG_40x) || defined(CONFIG_BOOKE)
229 EXPORT_SYMBOL(__mtdcr);
230 EXPORT_SYMBOL(__mfdcr);
231 #endif