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

Commit dc512814 authored by Linus Torvalds's avatar Linus Torvalds
Browse files
* 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc:
  [POWERPC] Fix build failure on Cell when CONFIG_SPU_FS=y
parents ef5fa1b1 a5a97112
Loading
Loading
Loading
Loading
+0 −9
Original line number Original line Diff line number Diff line
@@ -192,15 +192,6 @@ void do_notify_spus_active(void)
		mutex_unlock(&cbe_spu_info[node].list_mutex);
		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
 * spu_bind_context - bind spu context to physical spu