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