From: Michal Nazarewicz Date: Thu, 19 Jun 2014 01:58:36 +0000 (+0200) Subject: x86/tsc: Get rid of custom DIV_ROUND() macro X-Git-Tag: omap-for-v3.17/fixes-against-rc2~176^3~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=891715793f0451e5114d200be932ac14ce8521a3;p=pandora-kernel.git x86/tsc: Get rid of custom DIV_ROUND() macro When invoced for positive values, DIV_ROUND macro defined in arch/x86/kernel/tsc.c behaves exactly like DIV_ROUND_CLOSEST from include/linux/kernel.h file, so remove the custom macro in favour of the shared one. [ hpa: changed line breaks ] Signed-off-by: Michal Nazarewicz Link: http://lkml.kernel.org/r/1403143116-21755-1-git-send-email-mina86@mina86.com Acked-by: David Rientjes Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed