From: Peter Zijlstra Date: Wed, 2 Oct 2013 09:22:21 +0000 (+0200) Subject: sched/wait: Introduce ___wait_event() X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~40^2~105 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41a1431b178c3b731d6dfc40b987528b333dd93e;p=pandora-kernel.git sched/wait: Introduce ___wait_event() There's far too much duplication in the __wait_event macros; in order to fix this introduce ___wait_event() a macro with the capability to replace most other macros. With the previous patches changing the various __wait_event*() implementations to be more uniform; we can now collapse the lot without also changing generated code. Reviewed-by: Oleg Nesterov Signed-off-by: Peter Zijlstra Link: http://lkml.kernel.org/r/20131002092528.181897111@infradead.org Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed