2007-07-14 09:23:37 +00:00
|
|
|
/* arch/sparc64/kernel/sparc64_ksyms.c: Sparc64 specific ksyms support.
|
2005-04-16 22:20:36 +00:00
|
|
|
*
|
2007-07-14 09:23:37 +00:00
|
|
|
* Copyright (C) 1996, 2007 David S. Miller (davem@davemloft.net)
|
2005-04-16 22:20:36 +00:00
|
|
|
* Copyright (C) 1996 Eddie C. Dost (ecd@skynet.be)
|
|
|
|
* Copyright (C) 1999 Jakub Jelinek (jj@ultra.linux.cz)
|
|
|
|
*/
|
|
|
|
|
2011-07-22 17:18:16 +00:00
|
|
|
#include <linux/export.h>
|
2005-04-16 22:20:36 +00:00
|
|
|
#include <linux/pci.h>
|
|
|
|
#include <linux/init.h>
|
2011-07-29 16:42:07 +00:00
|
|
|
#include <linux/bitops.h>
|
2005-04-16 22:20:36 +00:00
|
|
|
|
|
|
|
#include <asm/cpudata.h>
|
2009-01-09 00:58:20 +00:00
|
|
|
#include <asm/uaccess.h>
|
|
|
|
#include <asm/spitfire.h>
|
|
|
|
#include <asm/oplib.h>
|
2008-11-28 10:26:55 +00:00
|
|
|
#include <asm/hypervisor.h>
|
2012-03-28 17:30:03 +00:00
|
|
|
#include <asm/cacheflush.h>
|
2005-04-16 22:20:36 +00:00
|
|
|
|
|
|
|
struct poll {
|
|
|
|
int fd;
|
|
|
|
short events;
|
|
|
|
short revents;
|
|
|
|
};
|
|
|
|
|
2009-01-09 00:58:20 +00:00
|
|
|
/* from helpers.S */
|
2005-04-16 22:20:36 +00:00
|
|
|
EXPORT_SYMBOL(__flushw_user);
|
2009-01-09 00:58:20 +00:00
|
|
|
EXPORT_SYMBOL_GPL(real_hard_smp_processor_id);
|
2005-04-16 22:20:36 +00:00
|
|
|
|
2009-01-09 00:58:20 +00:00
|
|
|
/* from head_64.S */
|
|
|
|
EXPORT_SYMBOL(__ret_efault);
|
2005-04-16 22:20:36 +00:00
|
|
|
EXPORT_SYMBOL(tlb_type);
|
2007-08-09 00:11:39 +00:00
|
|
|
EXPORT_SYMBOL(sun4v_chip_type);
|
2009-01-09 00:58:20 +00:00
|
|
|
EXPORT_SYMBOL(prom_root_node);
|
2005-04-16 22:20:36 +00:00
|
|
|
|
2009-01-09 00:58:20 +00:00
|
|
|
/* from hvcalls.S */
|
2008-11-28 10:26:55 +00:00
|
|
|
EXPORT_SYMBOL(sun4v_niagara_getperf);
|
|
|
|
EXPORT_SYMBOL(sun4v_niagara_setperf);
|
|
|
|
EXPORT_SYMBOL(sun4v_niagara2_getperf);
|
|
|
|
EXPORT_SYMBOL(sun4v_niagara2_setperf);
|
|
|
|
|
2011-07-29 16:42:07 +00:00
|
|
|
/* from hweight.S */
|
|
|
|
EXPORT_SYMBOL(__arch_hweight8);
|
|
|
|
EXPORT_SYMBOL(__arch_hweight16);
|
|
|
|
EXPORT_SYMBOL(__arch_hweight32);
|
|
|
|
EXPORT_SYMBOL(__arch_hweight64);
|
|
|
|
|
2011-08-03 03:23:34 +00:00
|
|
|
/* from ffs_ffz.S */
|
|
|
|
EXPORT_SYMBOL(ffs);
|
|
|
|
EXPORT_SYMBOL(__ffs);
|
|
|
|
|
2009-01-09 00:58:20 +00:00
|
|
|
/* Exporting a symbol from /init/main.c */
|
2005-04-16 22:20:36 +00:00
|
|
|
EXPORT_SYMBOL(saved_command_line);
|