From: Thomas Gleixner Date: Fri, 31 Mar 2006 10:31:17 +0000 (-0800) Subject: [PATCH] hrtimer: create generic sleeper X-Git-Tag: v2.6.17-rc1~62 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00362e33f65f1cb5d15e62ea5509520ce2770360;p=pandora-kernel.git [PATCH] hrtimer: create generic sleeper The removal of the data field in the hrtimer structure enforces the embedding of the timer into another data structure. nanosleep now uses a private implementation of the most common used timer callback function (simple task wakeup). In order to avoid the reimplentation of such functionality all over the place a generic hrtimer_sleeper functionality is created. Signed-off-by: Thomas Gleixner Signed-off-by: Ingo Molnar Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed