mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-26 13:55:09 +07:00
da422ade5c
The locking feature lists don't match reality as of v5.3-rc1: * arm64 moved to queued spinlocks in commit:c11090474d
("arm64: locking: Replace ticket lock implementation with qspinlock") * xtensa moved to queued spinlocks and rwlocks in commit:579afe866f
("xtensa: use generic spinlock/rwlock implementation") * architecture-specific rwsem support was removed in commit:46ad0840b1
("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>
35 lines
959 B
Plaintext
35 lines
959 B
Plaintext
#
|
|
# Feature name: queued-rwlocks
|
|
# Kconfig: ARCH_USE_QUEUED_RWLOCKS
|
|
# description: arch supports queued rwlocks
|
|
#
|
|
-----------------------
|
|
| arch |status|
|
|
-----------------------
|
|
| alpha: | TODO |
|
|
| arc: | TODO |
|
|
| arm: | TODO |
|
|
| arm64: | ok |
|
|
| c6x: | TODO |
|
|
| csky: | ok |
|
|
| h8300: | TODO |
|
|
| hexagon: | TODO |
|
|
| ia64: | TODO |
|
|
| m68k: | TODO |
|
|
| microblaze: | TODO |
|
|
| mips: | ok |
|
|
| nds32: | TODO |
|
|
| nios2: | TODO |
|
|
| openrisc: | ok |
|
|
| parisc: | TODO |
|
|
| powerpc: | TODO |
|
|
| riscv: | TODO |
|
|
| s390: | TODO |
|
|
| sh: | TODO |
|
|
| sparc: | ok |
|
|
| um: | TODO |
|
|
| unicore32: | TODO |
|
|
| x86: | ok |
|
|
| xtensa: | ok |
|
|
-----------------------
|