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