2f8e9c02c92a7142ea43e76f850c09807165624f
[sfrench/cifs-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 #include <asm/dcr.h>
48
49 #ifdef  CONFIG_8xx
50 #include <asm/commproc.h>
51 #endif
52
53 #ifdef CONFIG_PPC64
54 EXPORT_SYMBOL(local_irq_restore);
55 #endif
56
57 #ifdef CONFIG_PPC32
58 extern void transfer_to_handler(void);
59 extern void do_IRQ(struct pt_regs *regs);
60 extern void machine_check_exception(struct pt_regs *regs);
61 extern void alignment_exception(struct pt_regs *regs);
62 extern void program_check_exception(struct pt_regs *regs);
63 extern void single_step_exception(struct pt_regs *regs);
64 extern int sys_sigreturn(struct pt_regs *regs);
65
66 EXPORT_SYMBOL(clear_pages);
67 EXPORT_SYMBOL(ISA_DMA_THRESHOLD);
68 EXPORT_SYMBOL(DMA_MODE_READ);
69 EXPORT_SYMBOL(DMA_MODE_WRITE);
70 EXPORT_SYMBOL(__div64_32);
71
72 EXPORT_SYMBOL(do_signal);
73 EXPORT_SYMBOL(transfer_to_handler);
74 EXPORT_SYMBOL(do_IRQ);
75 EXPORT_SYMBOL(machine_check_exception);
76 EXPORT_SYMBOL(alignment_exception);
77 EXPORT_SYMBOL(program_check_exception);
78 EXPORT_SYMBOL(single_step_exception);
79 EXPORT_SYMBOL(sys_sigreturn);
80 #endif
81
82 EXPORT_SYMBOL(strcpy);
83 EXPORT_SYMBOL(strncpy);
84 EXPORT_SYMBOL(strcat);
85 EXPORT_SYMBOL(strlen);
86 EXPORT_SYMBOL(strcmp);
87
88 EXPORT_SYMBOL(csum_partial);
89 EXPORT_SYMBOL(csum_partial_copy_generic);
90 EXPORT_SYMBOL(ip_fast_csum);
91 EXPORT_SYMBOL(csum_tcpudp_magic);
92
93 EXPORT_SYMBOL(__copy_tofrom_user);
94 EXPORT_SYMBOL(__clear_user);
95 EXPORT_SYMBOL(__strncpy_from_user);
96 EXPORT_SYMBOL(__strnlen_user);
97 #ifdef CONFIG_PPC64
98 EXPORT_SYMBOL(copy_4K_page);
99 #endif
100
101 #if defined(CONFIG_PPC32) && (defined(CONFIG_BLK_DEV_IDE) || defined(CONFIG_BLK_DEV_IDE_MODULE))
102 EXPORT_SYMBOL(ppc_ide_md);
103 #endif
104
105 #if defined(CONFIG_PCI) && defined(CONFIG_PPC32)
106 EXPORT_SYMBOL(isa_io_base);
107 EXPORT_SYMBOL(isa_mem_base);
108 EXPORT_SYMBOL(pci_dram_offset);
109 EXPORT_SYMBOL(pci_alloc_consistent);
110 EXPORT_SYMBOL(pci_free_consistent);
111 EXPORT_SYMBOL(pci_bus_io_base);
112 EXPORT_SYMBOL(pci_bus_io_base_phys);
113 EXPORT_SYMBOL(pci_bus_mem_base_phys);
114 EXPORT_SYMBOL(pci_bus_to_hose);
115 #endif /* CONFIG_PCI */
116
117 EXPORT_SYMBOL(start_thread);
118 EXPORT_SYMBOL(kernel_thread);
119
120 EXPORT_SYMBOL(giveup_fpu);
121 #ifdef CONFIG_ALTIVEC
122 EXPORT_SYMBOL(giveup_altivec);
123 #endif /* CONFIG_ALTIVEC */
124 #ifdef CONFIG_SPE
125 EXPORT_SYMBOL(giveup_spe);
126 #endif /* CONFIG_SPE */
127
128 #ifndef CONFIG_PPC64
129 EXPORT_SYMBOL(flush_instruction_cache);
130 EXPORT_SYMBOL(flush_tlb_kernel_range);
131 EXPORT_SYMBOL(flush_tlb_page);
132 EXPORT_SYMBOL(_tlbie);
133 #endif
134 EXPORT_SYMBOL(__flush_icache_range);
135 EXPORT_SYMBOL(flush_dcache_range);
136
137 #ifdef CONFIG_SMP
138 #ifdef CONFIG_PPC32
139 EXPORT_SYMBOL(smp_hw_index);
140 #endif
141 #endif
142
143 #ifdef CONFIG_ADB
144 EXPORT_SYMBOL(adb_request);
145 EXPORT_SYMBOL(adb_register);
146 EXPORT_SYMBOL(adb_unregister);
147 EXPORT_SYMBOL(adb_poll);
148 EXPORT_SYMBOL(adb_try_handler_change);
149 #endif /* CONFIG_ADB */
150 #ifdef CONFIG_ADB_CUDA
151 EXPORT_SYMBOL(cuda_request);
152 EXPORT_SYMBOL(cuda_poll);
153 #endif /* CONFIG_ADB_CUDA */
154 #ifdef CONFIG_VT
155 EXPORT_SYMBOL(kd_mksound);
156 #endif
157 EXPORT_SYMBOL(to_tm);
158
159 #ifdef CONFIG_PPC32
160 long long __ashrdi3(long long, int);
161 long long __ashldi3(long long, int);
162 long long __lshrdi3(long long, int);
163 EXPORT_SYMBOL(__ashrdi3);
164 EXPORT_SYMBOL(__ashldi3);
165 EXPORT_SYMBOL(__lshrdi3);
166 #endif
167
168 EXPORT_SYMBOL(memcpy);
169 EXPORT_SYMBOL(memset);
170 EXPORT_SYMBOL(memmove);
171 EXPORT_SYMBOL(memcmp);
172 EXPORT_SYMBOL(memchr);
173
174 #if defined(CONFIG_FB_VGA16_MODULE)
175 EXPORT_SYMBOL(screen_info);
176 #endif
177
178 #ifdef CONFIG_PPC32
179 EXPORT_SYMBOL(timer_interrupt);
180 EXPORT_SYMBOL(irq_desc);
181 EXPORT_SYMBOL(tb_ticks_per_jiffy);
182 EXPORT_SYMBOL(console_drivers);
183 EXPORT_SYMBOL(cacheable_memcpy);
184 #endif
185
186 #ifdef  CONFIG_8xx
187 EXPORT_SYMBOL(cpm_install_handler);
188 EXPORT_SYMBOL(cpm_free_handler);
189 #endif /* CONFIG_8xx */
190 #if defined(CONFIG_8xx) || defined(CONFIG_40x)
191 EXPORT_SYMBOL(__res);
192 #endif
193
194 #ifdef CONFIG_PPC32
195 EXPORT_SYMBOL(next_mmu_context);
196 EXPORT_SYMBOL(set_context);
197 #endif
198
199 #ifdef CONFIG_PPC_STD_MMU_32
200 extern long mol_trampoline;
201 EXPORT_SYMBOL(mol_trampoline); /* For MOL */
202 EXPORT_SYMBOL(flush_hash_pages); /* For MOL */
203 #ifdef CONFIG_SMP
204 extern int mmu_hash_lock;
205 EXPORT_SYMBOL(mmu_hash_lock); /* For MOL */
206 #endif /* CONFIG_SMP */
207 extern long *intercept_table;
208 EXPORT_SYMBOL(intercept_table);
209 #endif /* CONFIG_PPC_STD_MMU_32 */
210 #ifdef CONFIG_PPC_DCR_NATIVE
211 EXPORT_SYMBOL(__mtdcr);
212 EXPORT_SYMBOL(__mfdcr);
213 #endif