#include <linux/ftrace.h> #include <linux/mm.h> #include <asm/processor.h> #include <asm/switch_to.h> #include <asm/cacheflush.h> #include <asm/epapr_hcalls.h> #ifdef CONFIG_PPC64 EXPORT_SYMBOL(flush_dcache_range); #endif EXPORT_SYMBOL(flush_icache_range); EXPORT_SYMBOL(empty_zero_page); long long __bswapdi2(long long); EXPORT_SYMBOL(__bswapdi2); #ifdef CONFIG_FUNCTION_TRACER EXPORT_SYMBOL(_mcount); #endif #ifdef CONFIG_PPC_FPU EXPORT_SYMBOL(load_fp_state); EXPORT_SYMBOL(store_fp_state); #endif #ifdef CONFIG_ALTIVEC EXPORT_SYMBOL(load_vr_state); EXPORT_SYMBOL(store_vr_state); #endif #ifdef CONFIG_EPAPR_PARAVIRT EXPORT_SYMBOL(epapr_hypercall_start); #endif EXPORT_SYMBOL(current_stack_pointer);Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp | |
| paul mackerras | paul mackerras | 52 | 49.06% | 3 | 25.00% |
| anton blanchard | anton blanchard | 21 | 19.81% | 3 | 25.00% |
| scott wood | scott wood | 11 | 10.38% | 1 | 8.33% |
| steven rostedt | steven rostedt | 10 | 9.43% | 2 | 16.67% |
| kevin hao | kevin hao | 5 | 4.72% | 1 | 8.33% |
| christophe leroy | christophe leroy | 5 | 4.72% | 1 | 8.33% |
| david howells | david howells | 2 | 1.89% | 1 | 8.33% |
| Total | 106 | 100.00% | 12 | 100.00% |