git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
993db4b
)
cputime: Remove irqsave from seqlock readers
author
Thomas Gleixner
<tglx@linutronix.de>
Fri, 15 Feb 2013 22:47:07 +0000
(23:47 +0100)
committer
Ingo 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