Skip to content

Commit

Permalink
timekeeping: Split timekeeper_lock into lock and seqcount
Browse files Browse the repository at this point in the history
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 <tglx@linutronix.de>
[jstultz: Merge fixups from CLOCK_TAI collisions]
Signed-off-by: John Stultz <john.stultz@linaro.org>
  • Loading branch information
Thomas Gleixner authored and John Stultz committed Mar 22, 2013
1 parent 7e40672 commit 9a7a71b
Showing 1 changed file with 73 additions and 59 deletions.
Loading

0 comments on commit 9a7a71b

Please sign in to comment.