diff options
Diffstat (limited to 'arch/ppc/kernel/ppc_ksyms.c')
-rw-r--r-- | arch/ppc/kernel/ppc_ksyms.c | 258 |
1 files changed, 0 insertions, 258 deletions
diff --git a/arch/ppc/kernel/ppc_ksyms.c b/arch/ppc/kernel/ppc_ksyms.c deleted file mode 100644 index 5d529bcbeee9..000000000000 --- a/arch/ppc/kernel/ppc_ksyms.c +++ /dev/null | |||
@@ -1,258 +0,0 @@ | |||
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/pm.h> | ||
16 | #include <linux/bitops.h> | ||
17 | |||
18 | #include <asm/page.h> | ||
19 | #include <asm/processor.h> | ||
20 | #include <asm/uaccess.h> | ||
21 | #include <asm/io.h> | ||
22 | #include <asm/ide.h> | ||
23 | #include <asm/atomic.h> | ||
24 | #include <asm/checksum.h> | ||
25 | #include <asm/pgtable.h> | ||
26 | #include <asm/tlbflush.h> | ||
27 | #include <asm/cacheflush.h> | ||
28 | #include <linux/adb.h> | ||
29 | #include <linux/cuda.h> | ||
30 | #include <linux/pmu.h> | ||
31 | #include <asm/system.h> | ||
32 | #include <asm/pci-bridge.h> | ||
33 | #include <asm/irq.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/xmon.h> | ||
44 | #include <asm/signal.h> | ||
45 | #include <asm/dcr.h> | ||
46 | |||
47 | #ifdef CONFIG_8xx | ||
48 | #include <asm/cpm1.h> | ||
49 | #endif | ||
50 | |||
51 | extern void transfer_to_handler(void); | ||
52 | extern void do_IRQ(struct pt_regs *regs); | ||
53 | extern void machine_check_exception(struct pt_regs *regs); | ||
54 | extern void alignment_exception(struct pt_regs *regs); | ||
55 | extern void program_check_exception(struct pt_regs *regs); | ||
56 | extern void single_step_exception(struct pt_regs *regs); | ||
57 | extern int sys_sigreturn(struct pt_regs *regs); | ||
58 | |||
59 | long long __ashrdi3(long long, int); | ||
60 | long long __ashldi3(long long, int); | ||
61 | long long __lshrdi3(long long, int); | ||
62 | |||
63 | EXPORT_SYMBOL(empty_zero_page); | ||
64 | EXPORT_SYMBOL(clear_pages); | ||
65 | EXPORT_SYMBOL(clear_user_page); | ||
66 | EXPORT_SYMBOL(copy_page); | ||
67 | EXPORT_SYMBOL(transfer_to_handler); | ||
68 | EXPORT_SYMBOL(do_IRQ); | ||
69 | EXPORT_SYMBOL(machine_check_exception); | ||
70 | EXPORT_SYMBOL(alignment_exception); | ||
71 | EXPORT_SYMBOL(program_check_exception); | ||
72 | EXPORT_SYMBOL(single_step_exception); | ||
73 | EXPORT_SYMBOL(sys_sigreturn); | ||
74 | EXPORT_SYMBOL(ppc_n_lost_interrupts); | ||
75 | |||
76 | EXPORT_SYMBOL(ISA_DMA_THRESHOLD); | ||
77 | EXPORT_SYMBOL(DMA_MODE_READ); | ||
78 | EXPORT_SYMBOL(DMA_MODE_WRITE); | ||
79 | |||
80 | #if !defined(__INLINE_BITOPS) | ||
81 | EXPORT_SYMBOL(set_bit); | ||
82 | EXPORT_SYMBOL(clear_bit); | ||
83 | EXPORT_SYMBOL(change_bit); | ||
84 | EXPORT_SYMBOL(test_and_set_bit); | ||
85 | EXPORT_SYMBOL(test_and_clear_bit); | ||
86 | EXPORT_SYMBOL(test_and_change_bit); | ||
87 | #endif /* __INLINE_BITOPS */ | ||
88 | |||
89 | EXPORT_SYMBOL(strcpy); | ||
90 | EXPORT_SYMBOL(strncpy); | ||
91 | EXPORT_SYMBOL(strcat); | ||
92 | EXPORT_SYMBOL(strlen); | ||
93 | EXPORT_SYMBOL(strcmp); | ||
94 | EXPORT_SYMBOL(strncmp); | ||
95 | |||
96 | EXPORT_SYMBOL(csum_partial); | ||
97 | EXPORT_SYMBOL(csum_partial_copy_generic); | ||
98 | EXPORT_SYMBOL(ip_fast_csum); | ||
99 | EXPORT_SYMBOL(csum_tcpudp_magic); | ||
100 | |||
101 | EXPORT_SYMBOL(__copy_tofrom_user); | ||
102 | EXPORT_SYMBOL(__clear_user); | ||
103 | EXPORT_SYMBOL(__strncpy_from_user); | ||
104 | EXPORT_SYMBOL(__strnlen_user); | ||
105 | |||
106 | /* | ||
107 | EXPORT_SYMBOL(inb); | ||
108 | EXPORT_SYMBOL(inw); | ||
109 | EXPORT_SYMBOL(inl); | ||
110 | EXPORT_SYMBOL(outb); | ||
111 | EXPORT_SYMBOL(outw); | ||
112 | EXPORT_SYMBOL(outl); | ||
113 | EXPORT_SYMBOL(outsl);*/ | ||
114 | |||
115 | EXPORT_SYMBOL(_insb); | ||
116 | EXPORT_SYMBOL(_outsb); | ||
117 | EXPORT_SYMBOL(_insw_ns); | ||
118 | EXPORT_SYMBOL(_outsw_ns); | ||
119 | EXPORT_SYMBOL(_insl_ns); | ||
120 | EXPORT_SYMBOL(_outsl_ns); | ||
121 | EXPORT_SYMBOL(iopa); | ||
122 | EXPORT_SYMBOL(ioremap); | ||
123 | #ifdef CONFIG_44x | ||
124 | EXPORT_SYMBOL(ioremap64); | ||
125 | #endif | ||
126 | EXPORT_SYMBOL(__ioremap); | ||
127 | EXPORT_SYMBOL(iounmap); | ||
128 | EXPORT_SYMBOL(ioremap_bot); /* aka VMALLOC_END */ | ||
129 | |||
130 | #ifdef CONFIG_PCI | ||
131 | EXPORT_SYMBOL(isa_io_base); | ||
132 | EXPORT_SYMBOL(isa_mem_base); | ||
133 | EXPORT_SYMBOL(pci_dram_offset); | ||
134 | EXPORT_SYMBOL(pci_alloc_consistent); | ||
135 | EXPORT_SYMBOL(pci_free_consistent); | ||
136 | EXPORT_SYMBOL(pci_bus_io_base); | ||
137 | EXPORT_SYMBOL(pci_bus_io_base_phys); | ||
138 | EXPORT_SYMBOL(pci_bus_mem_base_phys); | ||
139 | EXPORT_SYMBOL(pci_bus_to_hose); | ||
140 | EXPORT_SYMBOL(pci_resource_to_bus); | ||
141 | EXPORT_SYMBOL(pci_phys_to_bus); | ||
142 | EXPORT_SYMBOL(pci_bus_to_phys); | ||
143 | #endif /* CONFIG_PCI */ | ||
144 | |||
145 | #ifdef CONFIG_NOT_COHERENT_CACHE | ||
146 | extern void flush_dcache_all(void); | ||
147 | EXPORT_SYMBOL(flush_dcache_all); | ||
148 | #endif | ||
149 | |||
150 | EXPORT_SYMBOL(start_thread); | ||
151 | EXPORT_SYMBOL(kernel_thread); | ||
152 | |||
153 | EXPORT_SYMBOL(flush_instruction_cache); | ||
154 | EXPORT_SYMBOL(giveup_fpu); | ||
155 | EXPORT_SYMBOL(__flush_icache_range); | ||
156 | EXPORT_SYMBOL(flush_dcache_range); | ||
157 | EXPORT_SYMBOL(flush_icache_user_range); | ||
158 | EXPORT_SYMBOL(flush_dcache_page); | ||
159 | EXPORT_SYMBOL(flush_tlb_kernel_range); | ||
160 | EXPORT_SYMBOL(flush_tlb_page); | ||
161 | EXPORT_SYMBOL(_tlbie); | ||
162 | #ifdef CONFIG_ALTIVEC | ||
163 | #ifndef CONFIG_SMP | ||
164 | EXPORT_SYMBOL(last_task_used_altivec); | ||
165 | #endif | ||
166 | EXPORT_SYMBOL(giveup_altivec); | ||
167 | #endif /* CONFIG_ALTIVEC */ | ||
168 | #ifdef CONFIG_SMP | ||
169 | EXPORT_SYMBOL(smp_call_function); | ||
170 | EXPORT_SYMBOL(smp_hw_index); | ||
171 | #endif | ||
172 | |||
173 | EXPORT_SYMBOL(ppc_md); | ||
174 | |||
175 | #ifdef CONFIG_ADB | ||
176 | EXPORT_SYMBOL(adb_request); | ||
177 | EXPORT_SYMBOL(adb_register); | ||
178 | EXPORT_SYMBOL(adb_unregister); | ||
179 | EXPORT_SYMBOL(adb_poll); | ||
180 | EXPORT_SYMBOL(adb_try_handler_change); | ||
181 | #endif /* CONFIG_ADB */ | ||
182 | #ifdef CONFIG_ADB_CUDA | ||
183 | EXPORT_SYMBOL(cuda_request); | ||
184 | EXPORT_SYMBOL(cuda_poll); | ||
185 | #endif /* CONFIG_ADB_CUDA */ | ||
186 | #if defined(CONFIG_BOOTX_TEXT) | ||
187 | EXPORT_SYMBOL(btext_update_display); | ||
188 | #endif | ||
189 | EXPORT_SYMBOL(to_tm); | ||
190 | |||
191 | EXPORT_SYMBOL(pm_power_off); | ||
192 | |||
193 | EXPORT_SYMBOL(__ashrdi3); | ||
194 | EXPORT_SYMBOL(__ashldi3); | ||
195 | EXPORT_SYMBOL(__lshrdi3); | ||
196 | EXPORT_SYMBOL(memcpy); | ||
197 | EXPORT_SYMBOL(cacheable_memcpy); | ||
198 | EXPORT_SYMBOL(memset); | ||
199 | EXPORT_SYMBOL(memmove); | ||
200 | EXPORT_SYMBOL(memcmp); | ||
201 | EXPORT_SYMBOL(memchr); | ||
202 | |||
203 | #if defined(CONFIG_FB_VGA16_MODULE) | ||
204 | EXPORT_SYMBOL(screen_info); | ||
205 | #endif | ||
206 | |||
207 | EXPORT_SYMBOL(__delay); | ||
208 | EXPORT_SYMBOL(timer_interrupt); | ||
209 | EXPORT_SYMBOL(irq_desc); | ||
210 | EXPORT_SYMBOL(tb_ticks_per_jiffy); | ||
211 | EXPORT_SYMBOL(console_drivers); | ||
212 | #ifdef CONFIG_XMON | ||
213 | EXPORT_SYMBOL(xmon); | ||
214 | EXPORT_SYMBOL(xmon_printf); | ||
215 | #endif | ||
216 | |||
217 | #if defined(CONFIG_KGDB) || defined(CONFIG_XMON) | ||
218 | extern void (*debugger)(struct pt_regs *regs); | ||
219 | extern int (*debugger_bpt)(struct pt_regs *regs); | ||
220 | extern int (*debugger_sstep)(struct pt_regs *regs); | ||
221 | extern int (*debugger_iabr_match)(struct pt_regs *regs); | ||
222 | extern int (*debugger_dabr_match)(struct pt_regs *regs); | ||
223 | extern void (*debugger_fault_handler)(struct pt_regs *regs); | ||
224 | |||
225 | EXPORT_SYMBOL(debugger); | ||
226 | EXPORT_SYMBOL(debugger_bpt); | ||
227 | EXPORT_SYMBOL(debugger_sstep); | ||
228 | EXPORT_SYMBOL(debugger_iabr_match); | ||
229 | EXPORT_SYMBOL(debugger_dabr_match); | ||
230 | EXPORT_SYMBOL(debugger_fault_handler); | ||
231 | #endif | ||
232 | |||
233 | #ifdef CONFIG_8xx | ||
234 | EXPORT_SYMBOL(cpm_install_handler); | ||
235 | EXPORT_SYMBOL(cpm_free_handler); | ||
236 | #endif /* CONFIG_8xx */ | ||
237 | #if defined(CONFIG_8xx) || defined(CONFIG_40x) | ||
238 | EXPORT_SYMBOL(__res); | ||
239 | #endif | ||
240 | |||
241 | EXPORT_SYMBOL(next_mmu_context); | ||
242 | EXPORT_SYMBOL(set_context); | ||
243 | EXPORT_SYMBOL(disarm_decr); | ||
244 | #ifdef CONFIG_PPC_STD_MMU | ||
245 | extern long mol_trampoline; | ||
246 | EXPORT_SYMBOL(mol_trampoline); /* For MOL */ | ||
247 | EXPORT_SYMBOL(flush_hash_pages); /* For MOL */ | ||
248 | #ifdef CONFIG_SMP | ||
249 | extern int mmu_hash_lock; | ||
250 | EXPORT_SYMBOL(mmu_hash_lock); /* For MOL */ | ||
251 | #endif /* CONFIG_SMP */ | ||
252 | extern long *intercept_table; | ||
253 | EXPORT_SYMBOL(intercept_table); | ||
254 | #endif /* CONFIG_PPC_STD_MMU */ | ||
255 | #ifdef CONFIG_PPC_DCR_NATIVE | ||
256 | EXPORT_SYMBOL(__mtdcr); | ||
257 | EXPORT_SYMBOL(__mfdcr); | ||
258 | #endif | ||