2014-08-19 22:00:05 +00:00
|
|
|
#include <linux/ftrace.h>
|
|
|
|
#include <linux/mm.h>
|
2005-09-28 10:28:14 +00:00
|
|
|
|
|
|
|
#include <asm/processor.h>
|
2012-03-28 17:30:02 +00:00
|
|
|
#include <asm/switch_to.h>
|
2014-08-19 22:00:05 +00:00
|
|
|
#include <asm/cacheflush.h>
|
2012-08-10 12:21:21 +00:00
|
|
|
#include <asm/epapr_hcalls.h>
|
2005-09-28 10:28:14 +00:00
|
|
|
|
2014-08-19 22:00:05 +00:00
|
|
|
EXPORT_SYMBOL(flush_dcache_range);
|
|
|
|
EXPORT_SYMBOL(flush_icache_range);
|
|
|
|
|
|
|
|
EXPORT_SYMBOL(empty_zero_page);
|
|
|
|
|
|
|
|
long long __bswapdi2(long long);
|
|
|
|
EXPORT_SYMBOL(__bswapdi2);
|
2005-09-28 10:28:14 +00:00
|
|
|
|
2008-10-06 23:06:12 +00:00
|
|
|
#ifdef CONFIG_FUNCTION_TRACER
|
2008-05-22 18:31:07 +00:00
|
|
|
EXPORT_SYMBOL(_mcount);
|
|
|
|
#endif
|
|
|
|
|
2013-07-14 09:02:06 +00:00
|
|
|
#ifdef CONFIG_PPC_FPU
|
2005-09-28 10:28:14 +00:00
|
|
|
EXPORT_SYMBOL(giveup_fpu);
|
2013-09-10 10:21:10 +00:00
|
|
|
EXPORT_SYMBOL(load_fp_state);
|
|
|
|
EXPORT_SYMBOL(store_fp_state);
|
2013-07-14 09:02:06 +00:00
|
|
|
#endif
|
2014-08-19 22:00:05 +00:00
|
|
|
|
2005-10-10 12:50:37 +00:00
|
|
|
#ifdef CONFIG_ALTIVEC
|
|
|
|
EXPORT_SYMBOL(giveup_altivec);
|
2013-09-10 10:21:10 +00:00
|
|
|
EXPORT_SYMBOL(load_vr_state);
|
|
|
|
EXPORT_SYMBOL(store_vr_state);
|
2005-09-28 10:28:14 +00:00
|
|
|
#endif
|
|
|
|
|
2014-08-19 22:00:05 +00:00
|
|
|
#ifdef CONFIG_VSX
|
|
|
|
EXPORT_SYMBOL_GPL(__giveup_vsx);
|
2005-10-10 12:50:37 +00:00
|
|
|
#endif
|
|
|
|
|
2014-08-19 22:00:05 +00:00
|
|
|
#ifdef CONFIG_SPE
|
|
|
|
EXPORT_SYMBOL(giveup_spe);
|
2005-09-28 10:28:14 +00:00
|
|
|
#endif
|
2010-08-12 16:28:09 +00:00
|
|
|
|
2012-08-10 12:21:21 +00:00
|
|
|
#ifdef CONFIG_EPAPR_PARAVIRT
|
|
|
|
EXPORT_SYMBOL(epapr_hypercall_start);
|
|
|
|
#endif
|