From: Ingo Molnar Date: Sun, 22 Feb 2009 12:29:09 +0000 (+0100) Subject: time: ntp: micro-optimize ntp_update_offset() X-Git-Tag: v2.6.30-rc1~657^2^3~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7986acba211e8285e14c9603fb89e6f4ea0b9f8;p=pandora-kernel.git time: ntp: micro-optimize ntp_update_offset() Impact: cleanup, no functionality changed The time_reftime update in ntp_update_offset() to xtime.tv_sec is a convoluted way of saying that we want to freeze the frequency and want the 'secs' delta to be 0. Also make this branch unlikely. This shaves off 8 bytes from the code size: text data bss dec hex filename 2504 114 136 2754 ac2 ntp.o.before 2496 114 136 2746 aba ntp.o.after Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed