lightnvm: NVM should depend on HAS_DMA
[deliverable/linux.git] / arch / sparc / kernel / sparc_ksyms_64.c
CommitLineData
8b99cfb8 1/* arch/sparc64/kernel/sparc64_ksyms.c: Sparc64 specific ksyms support.
1da177e4 2 *
8b99cfb8 3 * Copyright (C) 1996, 2007 David S. Miller (davem@davemloft.net)
1da177e4
LT
4 * Copyright (C) 1996 Eddie C. Dost (ecd@skynet.be)
5 * Copyright (C) 1999 Jakub Jelinek (jj@ultra.linux.cz)
6 */
7
066bcaca 8#include <linux/export.h>
1da177e4 9#include <linux/pci.h>
ef7c4d46 10#include <linux/bitops.h>
1da177e4 11
1da177e4 12#include <asm/cpudata.h>
917c3660
SR
13#include <asm/uaccess.h>
14#include <asm/spitfire.h>
15#include <asm/oplib.h>
3178a07c 16#include <asm/hypervisor.h>
d550bbd4 17#include <asm/cacheflush.h>
1da177e4
LT
18
19struct poll {
20 int fd;
21 short events;
22 short revents;
23};
24
917c3660 25/* from helpers.S */
1da177e4 26EXPORT_SYMBOL(__flushw_user);
917c3660 27EXPORT_SYMBOL_GPL(real_hard_smp_processor_id);
1da177e4 28
917c3660
SR
29/* from head_64.S */
30EXPORT_SYMBOL(__ret_efault);
1da177e4 31EXPORT_SYMBOL(tlb_type);
6c70b6fc 32EXPORT_SYMBOL(sun4v_chip_type);
917c3660 33EXPORT_SYMBOL(prom_root_node);
1da177e4 34
917c3660 35/* from hvcalls.S */
3178a07c
DM
36EXPORT_SYMBOL(sun4v_niagara_getperf);
37EXPORT_SYMBOL(sun4v_niagara_setperf);
38EXPORT_SYMBOL(sun4v_niagara2_getperf);
39EXPORT_SYMBOL(sun4v_niagara2_setperf);
ca0bb079 40EXPORT_SYMBOL(sun4v_mach_set_watchdog);
3178a07c 41
ef7c4d46
DM
42/* from hweight.S */
43EXPORT_SYMBOL(__arch_hweight8);
44EXPORT_SYMBOL(__arch_hweight16);
45EXPORT_SYMBOL(__arch_hweight32);
46EXPORT_SYMBOL(__arch_hweight64);
47
56d205cc
DM
48/* from ffs_ffz.S */
49EXPORT_SYMBOL(ffs);
50EXPORT_SYMBOL(__ffs);
51
917c3660 52/* Exporting a symbol from /init/main.c */
1da177e4 53EXPORT_SYMBOL(saved_command_line);
This page took 0.806986 seconds and 5 git commands to generate.