aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/ppc_ksyms.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/kernel/ppc_ksyms.c')
-rw-r--r--arch/powerpc/kernel/ppc_ksyms.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/ppc_ksyms.c b/arch/powerpc/kernel/ppc_ksyms.c
index d8c34073b42a..3bd77edd7610 100644
--- a/arch/powerpc/kernel/ppc_ksyms.c
+++ b/arch/powerpc/kernel/ppc_ksyms.c
@@ -100,9 +100,13 @@ EXPORT_SYMBOL(start_thread);
100 100
101#ifdef CONFIG_PPC_FPU 101#ifdef CONFIG_PPC_FPU
102EXPORT_SYMBOL(giveup_fpu); 102EXPORT_SYMBOL(giveup_fpu);
103EXPORT_SYMBOL(load_fp_state);
104EXPORT_SYMBOL(store_fp_state);
103#endif 105#endif
104#ifdef CONFIG_ALTIVEC 106#ifdef CONFIG_ALTIVEC
105EXPORT_SYMBOL(giveup_altivec); 107EXPORT_SYMBOL(giveup_altivec);
108EXPORT_SYMBOL(load_vr_state);
109EXPORT_SYMBOL(store_vr_state);
106#endif /* CONFIG_ALTIVEC */ 110#endif /* CONFIG_ALTIVEC */
107#ifdef CONFIG_VSX 111#ifdef CONFIG_VSX
108EXPORT_SYMBOL(giveup_vsx); 112EXPORT_SYMBOL(giveup_vsx);