Skip to content
Commit 74a622be authored by Thomas Gleixner's avatar Thomas Gleixner Committed by John Stultz
Browse files

ia64: vsyscall: Use seqcount instead of seqlock



The update of the vdso data happens under xtime_lock, so adding a
nested lock is pointless. Just use a seqcount to sync the readers.

Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Cc: Tony Luck <tony.luck@intel.com>
Signed-off-by: default avatarJohn Stultz <john.stultz@linaro.org>
parent 2ab51657
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment