From: Ingo Molnar Date: Tue, 14 Feb 2006 21:53:15 +0000 (-0800) Subject: [PATCH] hrtimer: round up relative start time on low-res arches X-Git-Tag: v2.6.16-rc4~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06027bdd278a32a84b273e41db68a5db8ffd2bb6;p=pandora-kernel.git [PATCH] hrtimer: round up relative start time on low-res arches CONFIG_TIME_LOW_RES is a temporary way for architectures to signal that they simply return xtime in do_gettimeoffset(). In this corner-case we want to round up by resolution when starting a relative timer, to avoid short timeouts. This will go away with the GTOD framework. Signed-off-by: Ingo Molnar Cc: Roman Zippel Cc: Thomas Gleixner Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed