[POWERPC] maple: Enable ipr driver in defconfig
[deliverable/linux.git] / arch / powerpc / kernel / ppc_ksyms.c
CommitLineData
20c8c210
PM
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>
894673ee 8#include <linux/screen_info.h>
20c8c210
PM
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>
20c8c210
PM
15#include <linux/bitops.h>
16
17#include <asm/page.h>
18#include <asm/semaphore.h>
19#include <asm/processor.h>
576e393e 20#include <asm/cacheflush.h>
20c8c210
PM
21#include <asm/uaccess.h>
22#include <asm/io.h>
20c8c210
PM
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>
c5ff7001 45#include <asm/signal.h>
a2c70211 46#include <asm/dcr.h>
20c8c210 47
d04c56f7
PM
48#ifdef CONFIG_PPC64
49EXPORT_SYMBOL(local_irq_restore);
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 sys_sigreturn(struct pt_regs *regs);
60
07dc42f6 61EXPORT_SYMBOL(empty_zero_page);
20c8c210 62EXPORT_SYMBOL(clear_pages);
ab1f89b3 63EXPORT_SYMBOL(copy_page);
40ef8cbc
PM
64EXPORT_SYMBOL(ISA_DMA_THRESHOLD);
65EXPORT_SYMBOL(DMA_MODE_READ);
66EXPORT_SYMBOL(DMA_MODE_WRITE);
40ef8cbc 67
20c8c210
PM
68EXPORT_SYMBOL(transfer_to_handler);
69EXPORT_SYMBOL(do_IRQ);
dc1c1ca3
SR
70EXPORT_SYMBOL(machine_check_exception);
71EXPORT_SYMBOL(alignment_exception);
72EXPORT_SYMBOL(program_check_exception);
73EXPORT_SYMBOL(single_step_exception);
20c8c210 74EXPORT_SYMBOL(sys_sigreturn);
40ef8cbc 75#endif
20c8c210 76
20c8c210
PM
77EXPORT_SYMBOL(strcpy);
78EXPORT_SYMBOL(strncpy);
79EXPORT_SYMBOL(strcat);
20c8c210 80EXPORT_SYMBOL(strlen);
20c8c210 81EXPORT_SYMBOL(strcmp);
20c8c210
PM
82
83EXPORT_SYMBOL(csum_partial);
84EXPORT_SYMBOL(csum_partial_copy_generic);
85EXPORT_SYMBOL(ip_fast_csum);
86EXPORT_SYMBOL(csum_tcpudp_magic);
87
88EXPORT_SYMBOL(__copy_tofrom_user);
89EXPORT_SYMBOL(__clear_user);
90EXPORT_SYMBOL(__strncpy_from_user);
91EXPORT_SYMBOL(__strnlen_user);
3dd836a5
DH
92#ifdef CONFIG_PPC64
93EXPORT_SYMBOL(copy_4K_page);
94#endif
20c8c210 95
40ef8cbc 96#if defined(CONFIG_PCI) && defined(CONFIG_PPC32)
20c8c210
PM
97EXPORT_SYMBOL(isa_io_base);
98EXPORT_SYMBOL(isa_mem_base);
99EXPORT_SYMBOL(pci_dram_offset);
100EXPORT_SYMBOL(pci_alloc_consistent);
101EXPORT_SYMBOL(pci_free_consistent);
20c8c210
PM
102#endif /* CONFIG_PCI */
103
20c8c210
PM
104EXPORT_SYMBOL(start_thread);
105EXPORT_SYMBOL(kernel_thread);
106
20c8c210 107EXPORT_SYMBOL(giveup_fpu);
40ef8cbc
PM
108#ifdef CONFIG_ALTIVEC
109EXPORT_SYMBOL(giveup_altivec);
110#endif /* CONFIG_ALTIVEC */
111#ifdef CONFIG_SPE
112EXPORT_SYMBOL(giveup_spe);
113#endif /* CONFIG_SPE */
114
666acb94 115#ifndef CONFIG_PPC64
40ef8cbc 116EXPORT_SYMBOL(flush_instruction_cache);
20c8c210
PM
117EXPORT_SYMBOL(flush_tlb_kernel_range);
118EXPORT_SYMBOL(flush_tlb_page);
119EXPORT_SYMBOL(_tlbie);
40ef8cbc 120#endif
666acb94 121EXPORT_SYMBOL(__flush_icache_range);
40ef8cbc
PM
122EXPORT_SYMBOL(flush_dcache_range);
123
20c8c210 124#ifdef CONFIG_SMP
40ef8cbc 125#ifdef CONFIG_PPC32
20c8c210
PM
126EXPORT_SYMBOL(smp_hw_index);
127#endif
40ef8cbc 128#endif
20c8c210
PM
129
130#ifdef CONFIG_ADB
131EXPORT_SYMBOL(adb_request);
132EXPORT_SYMBOL(adb_register);
133EXPORT_SYMBOL(adb_unregister);
134EXPORT_SYMBOL(adb_poll);
135EXPORT_SYMBOL(adb_try_handler_change);
136#endif /* CONFIG_ADB */
137#ifdef CONFIG_ADB_CUDA
138EXPORT_SYMBOL(cuda_request);
139EXPORT_SYMBOL(cuda_poll);
140#endif /* CONFIG_ADB_CUDA */
20c8c210
PM
141#ifdef CONFIG_VT
142EXPORT_SYMBOL(kd_mksound);
143#endif
144EXPORT_SYMBOL(to_tm);
145
40ef8cbc
PM
146#ifdef CONFIG_PPC32
147long long __ashrdi3(long long, int);
148long long __ashldi3(long long, int);
149long long __lshrdi3(long long, int);
20c8c210
PM
150EXPORT_SYMBOL(__ashrdi3);
151EXPORT_SYMBOL(__ashldi3);
152EXPORT_SYMBOL(__lshrdi3);
95ff54f5
PM
153int __ucmpdi2(unsigned long long, unsigned long long);
154EXPORT_SYMBOL(__ucmpdi2);
40ef8cbc
PM
155#endif
156
20c8c210 157EXPORT_SYMBOL(memcpy);
20c8c210
PM
158EXPORT_SYMBOL(memset);
159EXPORT_SYMBOL(memmove);
20c8c210
PM
160EXPORT_SYMBOL(memcmp);
161EXPORT_SYMBOL(memchr);
162
163#if defined(CONFIG_FB_VGA16_MODULE)
164EXPORT_SYMBOL(screen_info);
165#endif
166
40ef8cbc 167#ifdef CONFIG_PPC32
20c8c210
PM
168EXPORT_SYMBOL(timer_interrupt);
169EXPORT_SYMBOL(irq_desc);
170EXPORT_SYMBOL(tb_ticks_per_jiffy);
20c8c210 171EXPORT_SYMBOL(console_drivers);
40ef8cbc 172EXPORT_SYMBOL(cacheable_memcpy);
20c8c210
PM
173#endif
174
40ef8cbc 175#ifdef CONFIG_PPC32
20c8c210
PM
176EXPORT_SYMBOL(next_mmu_context);
177EXPORT_SYMBOL(set_context);
40ef8cbc
PM
178#endif
179
180#ifdef CONFIG_PPC_STD_MMU_32
20c8c210
PM
181extern long mol_trampoline;
182EXPORT_SYMBOL(mol_trampoline); /* For MOL */
183EXPORT_SYMBOL(flush_hash_pages); /* For MOL */
184#ifdef CONFIG_SMP
185extern int mmu_hash_lock;
186EXPORT_SYMBOL(mmu_hash_lock); /* For MOL */
187#endif /* CONFIG_SMP */
188extern long *intercept_table;
189EXPORT_SYMBOL(intercept_table);
40ef8cbc 190#endif /* CONFIG_PPC_STD_MMU_32 */
45d8e7aa 191#ifdef CONFIG_PPC_DCR_NATIVE
20c8c210
PM
192EXPORT_SYMBOL(__mtdcr);
193EXPORT_SYMBOL(__mfdcr);
194#endif
This page took 0.306689 seconds and 5 git commands to generate.