From: Thomas Gleixner Date: Tue, 10 Jan 2006 04:52:20 +0000 (-0800) Subject: [PATCH] hrtimer: move div_long_long_rem out of jiffies.h X-Git-Tag: v2.6.16-rc1~602 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5cca7619a562c9d98a3a0123dc878d79bf3c8fb3;p=pandora-kernel.git [PATCH] hrtimer: move div_long_long_rem out of jiffies.h move div_long_long_rem() from jiffies.h into a new calc64.h include file, as it is a general math function useful for other things than the jiffy code. Convert it to an inline function 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