seqlock: Use seqcount infrastructure
authorThomas Gleixner <tglx@linutronix.de>
Sat, 16 Jul 2011 16:40:26 +0000 (18:40 +0200)
committerIngo Molnar <mingo@kernel.org>
Tue, 19 Feb 2013 07:43:34 +0000 (08:43 +0100)
No point in having different implementations for the same
thing. Change the macro mess to inline functions where possible.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
include/linux/seqlock.h

Simple merge