commit | 74a622be3db2898251cb524d1edbeaea589f2723 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Tue Feb 28 19:46:05 2012 +0000 |
committer | John Stultz <john.stultz@linaro.org> | Thu Mar 15 18:17:59 2012 -0700 |
tree | d54a6960bedd0176d7ff1f7dc3092df42d1917bd | |
parent | 2ab516575f2f273b19d95140d02c54612201e80a [diff] |
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: Thomas Gleixner <tglx@linutronix.de> Cc: Tony Luck <tony.luck@intel.com> Signed-off-by: John Stultz <john.stultz@linaro.org>