irqchip/s3c24xx: Mark init_eint as __maybe_unused
[linux/fpc-iii.git] / arch / powerpc / kernel / ppc_ksyms.c
blob202963ee013a81c76b62dcbd6bc59c0c8cbc9844
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 EXPORT_SYMBOL(flush_dcache_range);
10 EXPORT_SYMBOL(flush_icache_range);
12 EXPORT_SYMBOL(empty_zero_page);
14 long long __bswapdi2(long long);
15 EXPORT_SYMBOL(__bswapdi2);
17 #ifdef CONFIG_FUNCTION_TRACER
18 EXPORT_SYMBOL(_mcount);
19 #endif
21 #ifdef CONFIG_PPC_FPU
22 EXPORT_SYMBOL(giveup_fpu);
23 EXPORT_SYMBOL(load_fp_state);
24 EXPORT_SYMBOL(store_fp_state);
25 #endif
27 #ifdef CONFIG_ALTIVEC
28 EXPORT_SYMBOL(giveup_altivec);
29 EXPORT_SYMBOL(load_vr_state);
30 EXPORT_SYMBOL(store_vr_state);
31 #endif
33 #ifdef CONFIG_VSX
34 EXPORT_SYMBOL_GPL(__giveup_vsx);
35 #endif
37 #ifdef CONFIG_SPE
38 EXPORT_SYMBOL(giveup_spe);
39 #endif
41 #ifdef CONFIG_EPAPR_PARAVIRT
42 EXPORT_SYMBOL(epapr_hypercall_start);
43 #endif
45 EXPORT_SYMBOL(current_stack_pointer);