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:
48cdc13
)
timekeeping: Shorten seq_count region
author
Thomas Gleixner
<tglx@linutronix.de>
Thu, 21 Feb 2013 22:51:40 +0000
(22:51 +0000)
committer
John Stultz
<john.stultz@linaro.org>
Thu, 4 Apr 2013 20:18:32 +0000
(13:18 -0700)
Shorten the seqcount write hold region to the actual update of the
timekeeper and the related data (e.g vsyscall).
On a contemporary x86 system this reduces the maximum latencies on
Preempt-RT from 8us to 4us on the non-timekeeping cores.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: John Stultz <john.stultz@linaro.org>
No differences found