From: Ingo Molnar Date: Sun, 22 Feb 2009 11:11:11 +0000 (+0100) Subject: time: ntp: simplify the MAX_TICKADJ_SCALED definition X-Git-Tag: v2.6.30-rc1~657^2^3~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbd1267690bb6940d0722dd33e929442c0409c01;p=pandora-kernel.git time: ntp: simplify the MAX_TICKADJ_SCALED definition Impact: cleanup, no functionality changed There's an ugly u64 typecase in the MAX_TICKADJ_SCALED definition, this can be eliminated by making the MAX_TICKADJ constant's type 64-bit (signed). kernel/time/ntp.o: text data bss dec hex filename 2504 114 136 2754 ac2 ntp.o.before 2504 114 136 2754 ac2 ntp.o.after md5: 41f3009debc9b397d7394dd77d912f0a ntp.o.before.asm 41f3009debc9b397d7394dd77d912f0a ntp.o.after.asm Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed