diff options
Diffstat (limited to 'arch/alpha/kernel/alpha_ksyms.c')
-rw-r--r-- | arch/alpha/kernel/alpha_ksyms.c | 93 |
1 files changed, 1 insertions, 92 deletions
diff --git a/arch/alpha/kernel/alpha_ksyms.c b/arch/alpha/kernel/alpha_ksyms.c index 8b02420f732e..692809e4aece 100644 --- a/arch/alpha/kernel/alpha_ksyms.c +++ b/arch/alpha/kernel/alpha_ksyms.c | |||
@@ -6,41 +6,14 @@ | |||
6 | */ | 6 | */ |
7 | 7 | ||
8 | #include <linux/module.h> | 8 | #include <linux/module.h> |
9 | #include <linux/string.h> | ||
10 | #include <linux/user.h> | ||
11 | #include <linux/elfcore.h> | ||
12 | #include <linux/socket.h> | ||
13 | #include <linux/syscalls.h> | ||
14 | #include <linux/in.h> | ||
15 | #include <linux/in6.h> | ||
16 | #include <linux/pci.h> | ||
17 | #include <linux/screen_info.h> | ||
18 | #include <linux/tty.h> | ||
19 | #include <linux/mm.h> | ||
20 | #include <linux/delay.h> | ||
21 | #include <linux/dma-mapping.h> | ||
22 | |||
23 | #include <asm/io.h> | ||
24 | #include <asm/console.h> | 9 | #include <asm/console.h> |
25 | #include <asm/hwrpb.h> | ||
26 | #include <asm/uaccess.h> | 10 | #include <asm/uaccess.h> |
27 | #include <asm/processor.h> | ||
28 | #include <asm/checksum.h> | 11 | #include <asm/checksum.h> |
29 | #include <linux/interrupt.h> | ||
30 | #include <asm/fpu.h> | 12 | #include <asm/fpu.h> |
31 | #include <asm/irq.h> | ||
32 | #include <asm/machvec.h> | 13 | #include <asm/machvec.h> |
33 | #include <asm/pgalloc.h> | ||
34 | #include <asm/semaphore.h> | ||
35 | #include <asm/tlbflush.h> | ||
36 | #include <asm/cacheflush.h> | ||
37 | #include <asm/vga.h> | ||
38 | 14 | ||
39 | #include <asm/unistd.h> | 15 | #include <asm/unistd.h> |
40 | 16 | ||
41 | extern struct hwrpb_struct *hwrpb; | ||
42 | extern spinlock_t rtc_lock; | ||
43 | |||
44 | /* these are C runtime functions with special calling conventions: */ | 17 | /* these are C runtime functions with special calling conventions: */ |
45 | extern void __divl (void); | 18 | extern void __divl (void); |
46 | extern void __reml (void); | 19 | extern void __reml (void); |
@@ -52,14 +25,9 @@ extern void __divqu (void); | |||
52 | extern void __remqu (void); | 25 | extern void __remqu (void); |
53 | 26 | ||
54 | EXPORT_SYMBOL(alpha_mv); | 27 | EXPORT_SYMBOL(alpha_mv); |
55 | EXPORT_SYMBOL(screen_info); | ||
56 | EXPORT_SYMBOL(perf_irq); | ||
57 | EXPORT_SYMBOL(callback_getenv); | 28 | EXPORT_SYMBOL(callback_getenv); |
58 | EXPORT_SYMBOL(callback_setenv); | 29 | EXPORT_SYMBOL(callback_setenv); |
59 | EXPORT_SYMBOL(callback_save_env); | 30 | EXPORT_SYMBOL(callback_save_env); |
60 | #ifdef CONFIG_ALPHA_GENERIC | ||
61 | EXPORT_SYMBOL(alpha_using_srm); | ||
62 | #endif /* CONFIG_ALPHA_GENERIC */ | ||
63 | 31 | ||
64 | /* platform dependent support */ | 32 | /* platform dependent support */ |
65 | EXPORT_SYMBOL(strcat); | 33 | EXPORT_SYMBOL(strcat); |
@@ -77,47 +45,14 @@ EXPORT_SYMBOL(__constant_c_memset); | |||
77 | EXPORT_SYMBOL(copy_page); | 45 | EXPORT_SYMBOL(copy_page); |
78 | EXPORT_SYMBOL(clear_page); | 46 | EXPORT_SYMBOL(clear_page); |
79 | 47 | ||
80 | EXPORT_SYMBOL(__direct_map_base); | ||
81 | EXPORT_SYMBOL(__direct_map_size); | ||
82 | |||
83 | #ifdef CONFIG_PCI | ||
84 | EXPORT_SYMBOL(pci_alloc_consistent); | ||
85 | EXPORT_SYMBOL(pci_free_consistent); | ||
86 | EXPORT_SYMBOL(pci_map_single); | ||
87 | EXPORT_SYMBOL(pci_map_page); | ||
88 | EXPORT_SYMBOL(pci_unmap_single); | ||
89 | EXPORT_SYMBOL(pci_unmap_page); | ||
90 | EXPORT_SYMBOL(pci_map_sg); | ||
91 | EXPORT_SYMBOL(pci_unmap_sg); | ||
92 | EXPORT_SYMBOL(pci_dma_supported); | ||
93 | EXPORT_SYMBOL(pci_dac_dma_supported); | ||
94 | EXPORT_SYMBOL(pci_dac_page_to_dma); | ||
95 | EXPORT_SYMBOL(pci_dac_dma_to_page); | ||
96 | EXPORT_SYMBOL(pci_dac_dma_to_offset); | ||
97 | EXPORT_SYMBOL(alpha_gendev_to_pci); | ||
98 | #endif | ||
99 | EXPORT_SYMBOL(dma_set_mask); | ||
100 | |||
101 | EXPORT_SYMBOL(dump_thread); | ||
102 | EXPORT_SYMBOL(dump_elf_thread); | ||
103 | EXPORT_SYMBOL(dump_elf_task); | ||
104 | EXPORT_SYMBOL(dump_elf_task_fp); | ||
105 | EXPORT_SYMBOL(hwrpb); | ||
106 | EXPORT_SYMBOL(start_thread); | ||
107 | EXPORT_SYMBOL(alpha_read_fp_reg); | 48 | EXPORT_SYMBOL(alpha_read_fp_reg); |
108 | EXPORT_SYMBOL(alpha_read_fp_reg_s); | 49 | EXPORT_SYMBOL(alpha_read_fp_reg_s); |
109 | EXPORT_SYMBOL(alpha_write_fp_reg); | 50 | EXPORT_SYMBOL(alpha_write_fp_reg); |
110 | EXPORT_SYMBOL(alpha_write_fp_reg_s); | 51 | EXPORT_SYMBOL(alpha_write_fp_reg_s); |
111 | 52 | ||
112 | /* In-kernel system calls. */ | 53 | /* entry.S */ |
113 | EXPORT_SYMBOL(kernel_thread); | 54 | EXPORT_SYMBOL(kernel_thread); |
114 | EXPORT_SYMBOL(sys_dup); | ||
115 | EXPORT_SYMBOL(sys_exit); | ||
116 | EXPORT_SYMBOL(sys_write); | ||
117 | EXPORT_SYMBOL(sys_lseek); | ||
118 | EXPORT_SYMBOL(kernel_execve); | 55 | EXPORT_SYMBOL(kernel_execve); |
119 | EXPORT_SYMBOL(sys_setsid); | ||
120 | EXPORT_SYMBOL(sys_wait4); | ||
121 | 56 | ||
122 | /* Networking helper routines. */ | 57 | /* Networking helper routines. */ |
123 | EXPORT_SYMBOL(csum_tcpudp_magic); | 58 | EXPORT_SYMBOL(csum_tcpudp_magic); |
@@ -134,10 +69,6 @@ EXPORT_SYMBOL(alpha_fp_emul_imprecise); | |||
134 | EXPORT_SYMBOL(alpha_fp_emul); | 69 | EXPORT_SYMBOL(alpha_fp_emul); |
135 | #endif | 70 | #endif |
136 | 71 | ||
137 | #ifdef CONFIG_ALPHA_BROKEN_IRQ_MASK | ||
138 | EXPORT_SYMBOL(__min_ipl); | ||
139 | #endif | ||
140 | |||
141 | /* | 72 | /* |
142 | * The following are specially called from the uaccess assembly stubs. | 73 | * The following are specially called from the uaccess assembly stubs. |
143 | */ | 74 | */ |
@@ -160,27 +91,10 @@ EXPORT_SYMBOL(up); | |||
160 | */ | 91 | */ |
161 | 92 | ||
162 | #ifdef CONFIG_SMP | 93 | #ifdef CONFIG_SMP |
163 | EXPORT_SYMBOL(flush_tlb_mm); | ||
164 | EXPORT_SYMBOL(flush_tlb_range); | ||
165 | EXPORT_SYMBOL(flush_tlb_page); | ||
166 | EXPORT_SYMBOL(smp_imb); | ||
167 | EXPORT_SYMBOL(cpu_data); | ||
168 | EXPORT_SYMBOL(smp_num_cpus); | ||
169 | EXPORT_SYMBOL(smp_call_function); | ||
170 | EXPORT_SYMBOL(smp_call_function_on_cpu); | ||
171 | EXPORT_SYMBOL(_atomic_dec_and_lock); | 94 | EXPORT_SYMBOL(_atomic_dec_and_lock); |
172 | #endif /* CONFIG_SMP */ | 95 | #endif /* CONFIG_SMP */ |
173 | 96 | ||
174 | /* | 97 | /* |
175 | * NUMA specific symbols | ||
176 | */ | ||
177 | #ifdef CONFIG_DISCONTIGMEM | ||
178 | EXPORT_SYMBOL(node_data); | ||
179 | #endif /* CONFIG_DISCONTIGMEM */ | ||
180 | |||
181 | EXPORT_SYMBOL(rtc_lock); | ||
182 | |||
183 | /* | ||
184 | * The following are special because they're not called | 98 | * The following are special because they're not called |
185 | * explicitly (the C compiler or assembler generates them in | 99 | * explicitly (the C compiler or assembler generates them in |
186 | * response to division operations). Fortunately, their | 100 | * response to division operations). Fortunately, their |
@@ -200,8 +114,3 @@ EXPORT_SYMBOL(__remqu); | |||
200 | EXPORT_SYMBOL(memcpy); | 114 | EXPORT_SYMBOL(memcpy); |
201 | EXPORT_SYMBOL(memset); | 115 | EXPORT_SYMBOL(memset); |
202 | EXPORT_SYMBOL(memchr); | 116 | EXPORT_SYMBOL(memchr); |
203 | |||
204 | #ifdef CONFIG_ALPHA_IRONGATE | ||
205 | EXPORT_SYMBOL(irongate_ioremap); | ||
206 | EXPORT_SYMBOL(irongate_iounmap); | ||
207 | #endif | ||