Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3ba9d912 authored by Al Viro's avatar Al Viro
Browse files

[PATCH] ppc: last_task_.... is defined only on non-SMP



... so it should be exported only on non-SMP.

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 304cd3ef
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -186,11 +186,15 @@ EXPORT_SYMBOL(flush_tlb_kernel_range);
EXPORT_SYMBOL(flush_tlb_page);
EXPORT_SYMBOL(_tlbie);
#ifdef CONFIG_ALTIVEC
#ifndef CONFIG_SMP
EXPORT_SYMBOL(last_task_used_altivec);
#endif
EXPORT_SYMBOL(giveup_altivec);
#endif /* CONFIG_ALTIVEC */
#ifdef CONFIG_SPE
#ifndef CONFIG_SMP
EXPORT_SYMBOL(last_task_used_spe);
#endif
EXPORT_SYMBOL(giveup_spe);
#endif /* CONFIG_SPE */
#ifdef CONFIG_SMP