]> git.baikalelectronics.ru Git - kernel.git/commit
Documentation/features/locking: update lists
authorMark Rutland <mark.rutland@arm.com>
Tue, 23 Jul 2019 13:22:03 +0000 (14:22 +0100)
committerJonathan Corbet <corbet@lwn.net>
Tue, 30 Jul 2019 20:18:43 +0000 (14:18 -0600)
commit9a8ca50086cb4366a71c6bdcfd5d4f79f0c4619c
tree638b946656f90beb89b3cc588157ec2bc35ba9dd
parent394502f256b51411e3acfeab6365ad23a4d5782f
Documentation/features/locking: update lists

The locking feature lists don't match reality as of v5.3-rc1:

* arm64 moved to queued spinlocks in commit:
  34d48d8cf2dc9f77615350877f761d33ae25a10c
  ("arm64: locking: Replace ticket lock implementation with qspinlock")

* xtensa moved to queued spinlocks and rwlocks in commit:
  d4a7fd4bf2c5b5121c57e8761d2c7ceadde12053
  ("xtensa: use generic spinlock/rwlock implementation")

* architecture-specific rwsem support was removed in commit:
  7e9582b221638ee7c30bbbe7d7ee87a416ad6f4c
  ("locking/rwsem: Remove arch specific rwsem files")

So update the feature lists accordingly, and remove the now redundant
rwsem-optimized list.

Signed-off-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/features/locking/queued-rwlocks/arch-support.txt
Documentation/features/locking/queued-spinlocks/arch-support.txt
Documentation/features/locking/rwsem-optimized/arch-support.txt [deleted file]