forked from Minki/linux
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc
* 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc: [POWERPC] Fix build failure on Cell when CONFIG_SPU_FS=y
This commit is contained in:
commit
dc512814b5
@ -192,15 +192,6 @@ void do_notify_spus_active(void)
|
||||
mutex_unlock(&cbe_spu_info[node].list_mutex);
|
||||
}
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(do_notify_spus_active);
|
||||
|
||||
#ifndef MODULE
|
||||
void notify_spus_active(void)
|
||||
{
|
||||
do_notify_spus_active();
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(notify_spus_active);
|
||||
#endif
|
||||
|
||||
/**
|
||||
* spu_bind_context - bind spu context to physical spu
|
||||
|
Loading…
Reference in New Issue
Block a user