From: Thomas Gleixner Date: Sun, 31 Aug 2008 15:19:15 +0000 (-0700) Subject: select: add a poll specific struct to the restart_block union X-Git-Tag: v2.6.28-rc1~18^2^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be5dad20a55e054a35dac7f6f5f184dc72b379b4;p=pandora-kernel.git select: add a poll specific struct to the restart_block union with hrtimer poll/select, the signal restart data no longer is a single long representing a jiffies count, but it becomes a second/nanosecond pair that also needs to encode if there was a timeout at all or not. This patch adds a struct to the restart_block union for this purpose Signed-off-by: Thomas Gleixner Signed-off-by: Arjan van de Ven --- Reading git-diff-tree failed