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