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