From: Thomas Gleixner Date: Thu, 21 Feb 2013 22:51:38 +0000 (+0000) Subject: timekeeping: Split timekeeper_lock into lock and seqcount X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~116^2~25^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a7a71b1d0968fc2bd602b7481cde1d4872e01ff;p=pandora-kernel.git timekeeping: Split timekeeper_lock into lock and seqcount We want to shorten the seqcount write hold time. So split the seqlock into a lock and a seqcount. Open code the seqwrite_lock in the places which matter and drop the sequence counter update where it's pointless. Signed-off-by: Thomas Gleixner [jstultz: Merge fixups from CLOCK_TAI collisions] Signed-off-by: John Stultz --- Reading git-diff-tree failed