]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
[PATCH] hrtimer: move div_long_long_rem out of jiffies.h
authorThomas Gleixner <tglx@linutronix.de>
Tue, 10 Jan 2006 04:52:20 +0000 (20:52 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 10 Jan 2006 16:01:35 +0000 (08:01 -0800)
commit5cca7619a562c9d98a3a0123dc878d79bf3c8fb3
tree5efaebf38b6e546e8653f010209bbe3a29831810
parentaf4cd3fe4cfa75ca74f8d8622867371289043a8d
[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 <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/linux/calc64.h [new file with mode: 0644]
include/linux/jiffies.h