summaryrefslogtreecommitdiff
path: root/fs/logfs
diff options
context:
space:
mode:
authorWill Deacon <will.deacon@arm.com>2012-07-06 14:43:41 (GMT)
committerRussell King <rmk+kernel@arm.linux.org.uk>2012-07-09 16:41:10 (GMT)
commit546c2896a42202dbc7d02f7c6ec9948ac1bf511b (patch)
tree8b83e208144d3c157984946e77ec59d1545d0537 /fs/logfs
parent575320d625d5b5eb115575a1f5e17af456e69577 (diff)
downloadlinux-546c2896a42202dbc7d02f7c6ec9948ac1bf511b.tar.xz
ARM: 7446/1: spinlock: use ticket algorithm for ARMv6+ locking implementation
Ticket spinlocks ensure locking fairness by introducing a FIFO-like nature to the granting of lock acquisitions and also reducing the thundering herd effect when spinning on a lock by allowing the cacheline to remain in a shared state amongst the waiting CPUs. This is especially important on systems where memory-access times are not necessarily uniform when accessing the lock structure (for example, on a multi-cluster platform where the lock is allocated into L1 when a CPU releases it). This patch implements the ticket spinlock algorithm for ARM, replacing the simpler implementation for ARMv6+ processors. Reviewed-by: Nicolas Pitre <nico@linaro.org> Signed-off-by: Will Deacon <will.deacon@arm.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'fs/logfs')
0 files changed, 0 insertions, 0 deletions