mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 16:54:20 +08:00
[PATCH] ppc: last_task_.... is defined only on non-SMP
... so it should be exported only on non-SMP. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
304cd3efe6
commit
3ba9d91208
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user