[PATCH] x86_64: unexport pci_*_consistent
[safe/jmp/linux-2.6] / arch / x86_64 / kernel / x8664_ksyms.c
1 #include <linux/config.h>
2 #include <linux/module.h>
3 #include <linux/smp.h>
4 #include <linux/user.h>
5 #include <linux/sched.h>
6 #include <linux/in6.h>
7 #include <linux/interrupt.h>
8 #include <linux/smp_lock.h>
9 #include <linux/pm.h>
10 #include <linux/pci.h>
11 #include <linux/apm_bios.h>
12 #include <linux/kernel.h>
13 #include <linux/string.h>
14 #include <linux/syscalls.h>
15 #include <linux/tty.h>
16
17 #include <asm/semaphore.h>
18 #include <asm/processor.h>
19 #include <asm/i387.h>
20 #include <asm/uaccess.h>
21 #include <asm/checksum.h>
22 #include <asm/io.h>
23 #include <asm/delay.h>
24 #include <asm/irq.h>
25 #include <asm/mmx.h>
26 #include <asm/desc.h>
27 #include <asm/pgtable.h>
28 #include <asm/pgalloc.h>
29 #include <asm/nmi.h>
30 #include <asm/kdebug.h>
31 #include <asm/unistd.h>
32 #include <asm/tlbflush.h>
33 #include <asm/kdebug.h>
34
35 extern spinlock_t rtc_lock;
36
37 #ifdef CONFIG_SMP
38 extern void __write_lock_failed(rwlock_t *rw);
39 extern void __read_lock_failed(rwlock_t *rw);
40 #endif
41
42 #if defined(CONFIG_BLK_DEV_IDE) || defined(CONFIG_BLK_DEV_HD) || defined(CONFIG_BLK_DEV_IDE_MODULE) || defined(CONFIG_BLK_DEV_HD_MODULE)
43 extern struct drive_info_struct drive_info;
44 EXPORT_SYMBOL(drive_info);
45 #endif
46
47 extern unsigned long get_cmos_time(void);
48
49 /* platform dependent support */
50 EXPORT_SYMBOL(boot_cpu_data);
51 //EXPORT_SYMBOL(dump_fpu);
52 EXPORT_SYMBOL(__ioremap);
53 EXPORT_SYMBOL(ioremap_nocache);
54 EXPORT_SYMBOL(iounmap);
55 EXPORT_SYMBOL(enable_irq);
56 EXPORT_SYMBOL(disable_irq);
57 EXPORT_SYMBOL(disable_irq_nosync);
58 EXPORT_SYMBOL(probe_irq_mask);
59 EXPORT_SYMBOL(kernel_thread);
60 EXPORT_SYMBOL(pm_idle);
61 EXPORT_SYMBOL(pm_power_off);
62 EXPORT_SYMBOL(get_cmos_time);
63
64 EXPORT_SYMBOL(__down_failed);
65 EXPORT_SYMBOL(__down_failed_interruptible);
66 EXPORT_SYMBOL(__down_failed_trylock);
67 EXPORT_SYMBOL(__up_wakeup);
68 /* Networking helper routines. */
69 EXPORT_SYMBOL(csum_partial_copy_nocheck);
70 EXPORT_SYMBOL(ip_compute_csum);
71 /* Delay loops */
72 EXPORT_SYMBOL(__udelay);
73 EXPORT_SYMBOL(__ndelay);
74 EXPORT_SYMBOL(__delay);
75 EXPORT_SYMBOL(__const_udelay);
76
77 EXPORT_SYMBOL(__get_user_1);
78 EXPORT_SYMBOL(__get_user_2);
79 EXPORT_SYMBOL(__get_user_4);
80 EXPORT_SYMBOL(__get_user_8);
81 EXPORT_SYMBOL(__put_user_1);
82 EXPORT_SYMBOL(__put_user_2);
83 EXPORT_SYMBOL(__put_user_4);
84 EXPORT_SYMBOL(__put_user_8);
85
86 EXPORT_SYMBOL(strpbrk);
87 EXPORT_SYMBOL(strstr);
88
89 EXPORT_SYMBOL(strncpy_from_user);
90 EXPORT_SYMBOL(__strncpy_from_user);
91 EXPORT_SYMBOL(clear_user);
92 EXPORT_SYMBOL(__clear_user);
93 EXPORT_SYMBOL(copy_user_generic);
94 EXPORT_SYMBOL(copy_from_user);
95 EXPORT_SYMBOL(copy_to_user);
96 EXPORT_SYMBOL(copy_in_user);
97 EXPORT_SYMBOL(strnlen_user);
98
99 #ifdef CONFIG_PCI
100 EXPORT_SYMBOL(pci_mem_start);
101 #endif
102
103 EXPORT_SYMBOL(copy_page);
104 EXPORT_SYMBOL(clear_page);
105
106 EXPORT_SYMBOL(cpu_pda);
107 #ifdef CONFIG_SMP
108 EXPORT_SYMBOL(cpu_data);
109 EXPORT_SYMBOL(cpu_online_map);
110 EXPORT_SYMBOL(__write_lock_failed);
111 EXPORT_SYMBOL(__read_lock_failed);
112
113 EXPORT_SYMBOL(synchronize_irq);
114 EXPORT_SYMBOL(smp_call_function);
115 EXPORT_SYMBOL(cpu_callout_map);
116 #endif
117
118 #ifdef CONFIG_VT
119 EXPORT_SYMBOL(screen_info);
120 #endif
121
122 EXPORT_SYMBOL(get_wchan);
123
124 EXPORT_SYMBOL(rtc_lock);
125
126 EXPORT_SYMBOL_GPL(set_nmi_callback);
127 EXPORT_SYMBOL_GPL(unset_nmi_callback);
128
129 /* Export string functions. We normally rely on gcc builtin for most of these,
130    but gcc sometimes decides not to inline them. */    
131 #undef memcpy
132 #undef memset
133 #undef memmove
134 #undef memchr
135 #undef strlen
136 #undef strncmp
137 #undef strncpy
138 #undef strchr   
139
140 extern void * memset(void *,int,__kernel_size_t);
141 extern size_t strlen(const char *);
142 extern void * memmove(void * dest,const void *src,size_t count);
143 extern void *memchr(const void *s, int c, size_t n);
144 extern void * memcpy(void *,const void *,__kernel_size_t);
145 extern void * __memcpy(void *,const void *,__kernel_size_t);
146
147 EXPORT_SYMBOL(memset);
148 EXPORT_SYMBOL(strlen);
149 EXPORT_SYMBOL(memmove);
150 EXPORT_SYMBOL(strncmp);
151 EXPORT_SYMBOL(strncpy);
152 EXPORT_SYMBOL(strchr);
153 EXPORT_SYMBOL(strncat);
154 EXPORT_SYMBOL(memchr);
155 EXPORT_SYMBOL(strrchr);
156 EXPORT_SYMBOL(strnlen);
157 EXPORT_SYMBOL(memscan);
158 EXPORT_SYMBOL(memcpy);
159 EXPORT_SYMBOL(__memcpy);
160
161 #ifdef CONFIG_RWSEM_XCHGADD_ALGORITHM
162 /* prototypes are wrong, these are assembly with custom calling functions */
163 extern void rwsem_down_read_failed_thunk(void);
164 extern void rwsem_wake_thunk(void);
165 extern void rwsem_downgrade_thunk(void);
166 extern void rwsem_down_write_failed_thunk(void);
167 EXPORT_SYMBOL(rwsem_down_read_failed_thunk);
168 EXPORT_SYMBOL(rwsem_wake_thunk);
169 EXPORT_SYMBOL(rwsem_downgrade_thunk);
170 EXPORT_SYMBOL(rwsem_down_write_failed_thunk);
171 #endif
172
173 EXPORT_SYMBOL(empty_zero_page);
174
175 EXPORT_SYMBOL(die_chain);
176 EXPORT_SYMBOL(register_die_notifier);
177
178 #ifdef CONFIG_SMP
179 EXPORT_SYMBOL(cpu_sibling_map);
180 EXPORT_SYMBOL(smp_num_siblings);
181 #endif
182
183 extern void do_softirq_thunk(void);
184 EXPORT_SYMBOL(do_softirq_thunk);
185
186 #ifdef CONFIG_BUG
187 EXPORT_SYMBOL(out_of_line_bug);
188 #endif
189
190 EXPORT_SYMBOL(init_level4_pgt);
191
192 extern unsigned long __supported_pte_mask;
193 EXPORT_SYMBOL(__supported_pte_mask);
194
195 #ifdef CONFIG_SMP
196 EXPORT_SYMBOL(flush_tlb_page);
197 #endif
198
199 EXPORT_SYMBOL(cpu_khz);
200
201 EXPORT_SYMBOL(load_gs_index);
202