From: Peter Zijlstra Date: Wed, 2 Oct 2013 09:22:32 +0000 (+0200) Subject: sched/wait: Collapse __wait_event_hrtimeout() X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~40^2~94 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebdc195f2ec68576876216081035293e37318e86;p=pandora-kernel.git sched/wait: Collapse __wait_event_hrtimeout() While not a whole-sale replacement like the others we can still reduce the size of __wait_event_hrtimeout() considerably by noting that the actual core of __wait_event_hrtimeout() is identical to what ___wait_event() generates. Reviewed-by: Oleg Nesterov Signed-off-by: Peter Zijlstra Link: http://lkml.kernel.org/r/20131002092528.972793648@infradead.org Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed