commit | f939890b6687e05c42361655fb6610fa08f5a601 | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Sun Feb 22 12:57:49 2009 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Feb 25 18:38:11 2009 +0100 |
tree | 9d01f8c51bd2fe883c407a36bf034b412181c483 | |
parent | bc26c31d446bc9c24cd6f7003777a05fe268ae48 [diff] |
time: ntp: refactor and clean up ntp_update_offset() Impact: cleanup, no functionality changed - introduce the ntp_update_offset_fll() helper - clean up the flow and variable naming 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: 01f7b8e1a5472a3056f9e4ae84d46315 ntp.o.before.asm 01f7b8e1a5472a3056f9e4ae84d46315 ntp.o.after.asm Signed-off-by: Ingo Molnar <mingo@elte.hu>