From: Roman Zippel Date: Thu, 1 May 2008 11:34:41 +0000 (-0700) Subject: ntp: handle leap second via timer X-Git-Tag: v2.6.26-rc1~79 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7dffa3c673fbcf835cd7be80bb4aec8ad3f51168;p=pandora-kernel.git ntp: handle leap second via timer Remove the leap second handling from second_overflow(), which doesn't have to check for it every second anymore. With CONFIG_NO_HZ this also makes sure the leap second is handled close to the full second. Additionally this makes it possible to abort a leap second properly by resetting the STA_INS/STA_DEL status bits. Signed-off-by: Roman Zippel Cc: john stultz Cc: Thomas Gleixner Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed