aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/powerpc/platforms/cell/spufs/sched.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/powerpc/platforms/cell/spufs/sched.c b/arch/powerpc/platforms/cell/spufs/sched.c
index 6e2a45e60261..9ad53e637aee 100644
--- a/arch/powerpc/platforms/cell/spufs/sched.c
+++ b/arch/powerpc/platforms/cell/spufs/sched.c
@@ -192,15 +192,6 @@ void do_notify_spus_active(void)
192 mutex_unlock(&cbe_spu_info[node].list_mutex); 192 mutex_unlock(&cbe_spu_info[node].list_mutex);
193 } 193 }
194} 194}
195EXPORT_SYMBOL_GPL(do_notify_spus_active);
196
197#ifndef MODULE
198void notify_spus_active(void)
199{
200 do_notify_spus_active();
201}
202EXPORT_SYMBOL_GPL(notify_spus_active);
203#endif
204 195
205/** 196/**
206 * spu_bind_context - bind spu context to physical spu 197 * spu_bind_context - bind spu context to physical spu