cputime: Remove irqsave from seqlock readers
authorThomas Gleixner <tglx@linutronix.de>
Fri, 15 Feb 2013 22:47:07 +0000 (23:47 +0100)
committerIngo Molnar <mingo@kernel.org>
Tue, 19 Feb 2013 07:05:53 +0000 (08:05 +0100)
The reader side code has no requirement to disable interrupts while
sampling data. The sequence counter is enough to ensure consistency.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>

No differences found