Merge remote-tracking branch 'asoc/fix/intel' into asoc-linus
[cascardo/linux.git] / arch / powerpc / kernel / ppc_ksyms.c
1 #include <linux/ftrace.h>
2 #include <linux/mm.h>
3
4 #include <asm/processor.h>
5 #include <asm/switch_to.h>
6 #include <asm/cacheflush.h>
7 #include <asm/epapr_hcalls.h>
8
9 #ifdef CONFIG_PPC64
10 EXPORT_SYMBOL(flush_dcache_range);
11 #endif
12 EXPORT_SYMBOL(flush_icache_range);
13
14 EXPORT_SYMBOL(empty_zero_page);
15
16 long long __bswapdi2(long long);
17 EXPORT_SYMBOL(__bswapdi2);
18
19 #ifdef CONFIG_FUNCTION_TRACER
20 EXPORT_SYMBOL(_mcount);
21 #endif
22
23 #ifdef CONFIG_PPC_FPU
24 EXPORT_SYMBOL(load_fp_state);
25 EXPORT_SYMBOL(store_fp_state);
26 #endif
27
28 #ifdef CONFIG_ALTIVEC
29 EXPORT_SYMBOL(load_vr_state);
30 EXPORT_SYMBOL(store_vr_state);
31 #endif
32
33 #ifdef CONFIG_EPAPR_PARAVIRT
34 EXPORT_SYMBOL(epapr_hypercall_start);
35 #endif
36
37 EXPORT_SYMBOL(current_stack_pointer);