1 #include <linux/config.h>
2 #include <linux/module.h>
3 #include <linux/threads.h>
5 #include <linux/sched.h>
6 #include <linux/elfcore.h>
7 #include <linux/string.h>
8 #include <linux/interrupt.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>
17 #include <linux/bitops.h>
20 #include <asm/semaphore.h>
21 #include <asm/processor.h>
22 #include <asm/uaccess.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>
33 #include <asm/system.h>
34 #include <asm/pci-bridge.h>
36 #include <asm/pmac_feature.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>
44 #include <asm/cputable.h>
45 #include <asm/btext.h>
46 #include <asm/div64.h>
47 #include <asm/signal.h>
50 #include <asm/commproc.h>
54 extern void transfer_to_handler(void);
55 extern void do_IRQ(struct pt_regs *regs);
56 extern void machine_check_exception(struct pt_regs *regs);
57 extern void alignment_exception(struct pt_regs *regs);
58 extern void program_check_exception(struct pt_regs *regs);
59 extern void single_step_exception(struct pt_regs *regs);
60 extern int pmac_newworld;
61 extern int sys_sigreturn(struct pt_regs *regs);
63 EXPORT_SYMBOL(clear_pages);
64 EXPORT_SYMBOL(ISA_DMA_THRESHOLD);
65 EXPORT_SYMBOL(DMA_MODE_READ);
66 EXPORT_SYMBOL(DMA_MODE_WRITE);
67 EXPORT_SYMBOL(__div64_32);
69 EXPORT_SYMBOL(do_signal);
70 EXPORT_SYMBOL(transfer_to_handler);
71 EXPORT_SYMBOL(do_IRQ);
72 EXPORT_SYMBOL(machine_check_exception);
73 EXPORT_SYMBOL(alignment_exception);
74 EXPORT_SYMBOL(program_check_exception);
75 EXPORT_SYMBOL(single_step_exception);
76 EXPORT_SYMBOL(sys_sigreturn);
79 #if defined(CONFIG_PPC_PREP)
80 EXPORT_SYMBOL(_prep_type);
81 EXPORT_SYMBOL(ucSystemType);
84 EXPORT_SYMBOL(strcpy);
85 EXPORT_SYMBOL(strncpy);
86 EXPORT_SYMBOL(strcat);
87 EXPORT_SYMBOL(strncat);
88 EXPORT_SYMBOL(strchr);
89 EXPORT_SYMBOL(strrchr);
90 EXPORT_SYMBOL(strpbrk);
91 EXPORT_SYMBOL(strstr);
92 EXPORT_SYMBOL(strlen);
93 EXPORT_SYMBOL(strnlen);
94 EXPORT_SYMBOL(strcmp);
95 EXPORT_SYMBOL(strncmp);
96 EXPORT_SYMBOL(strcasecmp);
98 EXPORT_SYMBOL(csum_partial);
99 EXPORT_SYMBOL(csum_partial_copy_generic);
100 EXPORT_SYMBOL(ip_fast_csum);
101 EXPORT_SYMBOL(csum_tcpudp_magic);
103 EXPORT_SYMBOL(__copy_tofrom_user);
104 EXPORT_SYMBOL(__clear_user);
105 EXPORT_SYMBOL(__strncpy_from_user);
106 EXPORT_SYMBOL(__strnlen_user);
108 #ifndef __powerpc64__
109 EXPORT_SYMBOL(__ide_mm_insl);
110 EXPORT_SYMBOL(__ide_mm_outsw);
111 EXPORT_SYMBOL(__ide_mm_insw);
112 EXPORT_SYMBOL(__ide_mm_outsl);
115 EXPORT_SYMBOL(_insb);
116 EXPORT_SYMBOL(_outsb);
117 EXPORT_SYMBOL(_insw);
118 EXPORT_SYMBOL(_outsw);
119 EXPORT_SYMBOL(_insl);
120 EXPORT_SYMBOL(_outsl);
121 EXPORT_SYMBOL(_insw_ns);
122 EXPORT_SYMBOL(_outsw_ns);
123 EXPORT_SYMBOL(_insl_ns);
124 EXPORT_SYMBOL(_outsl_ns);
125 EXPORT_SYMBOL(ioremap);
127 EXPORT_SYMBOL(ioremap64);
129 EXPORT_SYMBOL(__ioremap);
130 EXPORT_SYMBOL(iounmap);
132 EXPORT_SYMBOL(ioremap_bot); /* aka VMALLOC_END */
135 #if defined(CONFIG_PPC32) && (defined(CONFIG_BLK_DEV_IDE) || defined(CONFIG_BLK_DEV_IDE_MODULE))
136 EXPORT_SYMBOL(ppc_ide_md);
139 #if defined(CONFIG_PCI) && defined(CONFIG_PPC32)
140 EXPORT_SYMBOL(isa_io_base);
141 EXPORT_SYMBOL(isa_mem_base);
142 EXPORT_SYMBOL(pci_dram_offset);
143 EXPORT_SYMBOL(pci_alloc_consistent);
144 EXPORT_SYMBOL(pci_free_consistent);
145 EXPORT_SYMBOL(pci_bus_io_base);
146 EXPORT_SYMBOL(pci_bus_io_base_phys);
147 EXPORT_SYMBOL(pci_bus_mem_base_phys);
148 EXPORT_SYMBOL(pci_bus_to_hose);
149 EXPORT_SYMBOL(pci_resource_to_bus);
150 EXPORT_SYMBOL(pci_phys_to_bus);
151 EXPORT_SYMBOL(pci_bus_to_phys);
152 #endif /* CONFIG_PCI */
154 #ifdef CONFIG_NOT_COHERENT_CACHE
155 EXPORT_SYMBOL(flush_dcache_all);
158 EXPORT_SYMBOL(start_thread);
159 EXPORT_SYMBOL(kernel_thread);
161 EXPORT_SYMBOL(giveup_fpu);
162 #ifdef CONFIG_ALTIVEC
163 EXPORT_SYMBOL(giveup_altivec);
164 #endif /* CONFIG_ALTIVEC */
166 EXPORT_SYMBOL(giveup_spe);
167 #endif /* CONFIG_SPE */
170 EXPORT_SYMBOL(__flush_icache_range);
172 EXPORT_SYMBOL(flush_instruction_cache);
173 EXPORT_SYMBOL(flush_icache_range);
174 EXPORT_SYMBOL(flush_tlb_kernel_range);
175 EXPORT_SYMBOL(flush_tlb_page);
176 EXPORT_SYMBOL(_tlbie);
178 EXPORT_SYMBOL(flush_dcache_range);
181 EXPORT_SYMBOL(smp_call_function);
183 EXPORT_SYMBOL(smp_hw_index);
188 EXPORT_SYMBOL(adb_request);
189 EXPORT_SYMBOL(adb_register);
190 EXPORT_SYMBOL(adb_unregister);
191 EXPORT_SYMBOL(adb_poll);
192 EXPORT_SYMBOL(adb_try_handler_change);
193 #endif /* CONFIG_ADB */
194 #ifdef CONFIG_ADB_CUDA
195 EXPORT_SYMBOL(cuda_request);
196 EXPORT_SYMBOL(cuda_poll);
197 #endif /* CONFIG_ADB_CUDA */
198 #ifdef CONFIG_PPC_PMAC
199 EXPORT_SYMBOL(sys_ctrler);
202 EXPORT_SYMBOL(kd_mksound);
204 EXPORT_SYMBOL(to_tm);
207 long long __ashrdi3(long long, int);
208 long long __ashldi3(long long, int);
209 long long __lshrdi3(long long, int);
210 EXPORT_SYMBOL(__ashrdi3);
211 EXPORT_SYMBOL(__ashldi3);
212 EXPORT_SYMBOL(__lshrdi3);
215 EXPORT_SYMBOL(memcpy);
216 EXPORT_SYMBOL(memset);
217 EXPORT_SYMBOL(memmove);
218 EXPORT_SYMBOL(memscan);
219 EXPORT_SYMBOL(memcmp);
220 EXPORT_SYMBOL(memchr);
222 #if defined(CONFIG_FB_VGA16_MODULE)
223 EXPORT_SYMBOL(screen_info);
227 EXPORT_SYMBOL(__delay);
228 EXPORT_SYMBOL(timer_interrupt);
229 EXPORT_SYMBOL(irq_desc);
230 EXPORT_SYMBOL(tb_ticks_per_jiffy);
231 EXPORT_SYMBOL(console_drivers);
232 EXPORT_SYMBOL(cacheable_memcpy);
236 EXPORT_SYMBOL(__down);
237 EXPORT_SYMBOL(__down_interruptible);
240 EXPORT_SYMBOL(cpm_install_handler);
241 EXPORT_SYMBOL(cpm_free_handler);
242 #endif /* CONFIG_8xx */
243 #if defined(CONFIG_8xx) || defined(CONFIG_40x) || defined(CONFIG_85xx) ||\
245 EXPORT_SYMBOL(__res);
249 EXPORT_SYMBOL(next_mmu_context);
250 EXPORT_SYMBOL(set_context);
253 #ifdef CONFIG_PPC_STD_MMU_32
254 extern long mol_trampoline;
255 EXPORT_SYMBOL(mol_trampoline); /* For MOL */
256 EXPORT_SYMBOL(flush_hash_pages); /* For MOL */
257 EXPORT_SYMBOL_GPL(__handle_mm_fault); /* For MOL */
259 extern int mmu_hash_lock;
260 EXPORT_SYMBOL(mmu_hash_lock); /* For MOL */
261 #endif /* CONFIG_SMP */
262 extern long *intercept_table;
263 EXPORT_SYMBOL(intercept_table);
264 #endif /* CONFIG_PPC_STD_MMU_32 */
265 #if defined(CONFIG_40x) || defined(CONFIG_BOOKE)
266 EXPORT_SYMBOL(__mtdcr);
267 EXPORT_SYMBOL(__mfdcr);