ALSA: usb-audio: Fix an out-of-bound read in create_composite_quirks
[linux/fpc-iii.git] / arch / sparc / kernel / sparc_ksyms_64.c
blob51b25325a9617f1e168a578a3516584948905914
1 /* arch/sparc64/kernel/sparc64_ksyms.c: Sparc64 specific ksyms support.
3 * Copyright (C) 1996, 2007 David S. Miller (davem@davemloft.net)
4 * Copyright (C) 1996 Eddie C. Dost (ecd@skynet.be)
5 * Copyright (C) 1999 Jakub Jelinek (jj@ultra.linux.cz)
6 */
8 #include <linux/export.h>
9 #include <linux/pci.h>
10 #include <linux/bitops.h>
12 #include <asm/cpudata.h>
13 #include <asm/uaccess.h>
14 #include <asm/spitfire.h>
15 #include <asm/oplib.h>
16 #include <asm/hypervisor.h>
17 #include <asm/cacheflush.h>
19 struct poll {
20 int fd;
21 short events;
22 short revents;
25 /* from helpers.S */
26 EXPORT_SYMBOL(__flushw_user);
27 EXPORT_SYMBOL_GPL(real_hard_smp_processor_id);
29 /* from head_64.S */
30 EXPORT_SYMBOL(tlb_type);
31 EXPORT_SYMBOL(sun4v_chip_type);
32 EXPORT_SYMBOL(prom_root_node);
34 /* from hvcalls.S */
35 EXPORT_SYMBOL(sun4v_niagara_getperf);
36 EXPORT_SYMBOL(sun4v_niagara_setperf);
37 EXPORT_SYMBOL(sun4v_niagara2_getperf);
38 EXPORT_SYMBOL(sun4v_niagara2_setperf);
40 /* from hweight.S */
41 EXPORT_SYMBOL(__arch_hweight8);
42 EXPORT_SYMBOL(__arch_hweight16);
43 EXPORT_SYMBOL(__arch_hweight32);
44 EXPORT_SYMBOL(__arch_hweight64);
46 /* from ffs_ffz.S */
47 EXPORT_SYMBOL(ffs);
48 EXPORT_SYMBOL(__ffs);
50 /* Exporting a symbol from /init/main.c */
51 EXPORT_SYMBOL(saved_command_line);