crypto: caam - replace sec4_sg pointer with array
[linux-2.6/btrfs-unstable.git] / arch / powerpc / kernel / ppc_ksyms.c
blob9f01e28ecef35f465bd1e868ab7652d022ac4ff3
1 #include <linux/ftrace.h>
2 #include <linux/mm.h>
4 #include <asm/processor.h>
5 #include <asm/switch_to.h>
6 #include <asm/cacheflush.h>
7 #include <asm/epapr_hcalls.h>
9 #ifdef CONFIG_PPC64
10 EXPORT_SYMBOL(flush_dcache_range);
11 #endif
12 EXPORT_SYMBOL(flush_icache_range);
14 EXPORT_SYMBOL(empty_zero_page);
16 long long __bswapdi2(long long);
17 EXPORT_SYMBOL(__bswapdi2);
19 #ifdef CONFIG_FUNCTION_TRACER
20 EXPORT_SYMBOL(_mcount);
21 #endif
23 #ifdef CONFIG_PPC_FPU
24 EXPORT_SYMBOL(load_fp_state);
25 EXPORT_SYMBOL(store_fp_state);
26 #endif
28 #ifdef CONFIG_ALTIVEC
29 EXPORT_SYMBOL(load_vr_state);
30 EXPORT_SYMBOL(store_vr_state);
31 #endif
33 #ifdef CONFIG_EPAPR_PARAVIRT
34 EXPORT_SYMBOL(epapr_hypercall_start);
35 #endif
37 EXPORT_SYMBOL(current_stack_pointer);