Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation/features/locking: Use '!RWSEM_GENERIC_SPINLOCK' as Kconfig for 'rwsem-optimized'

Uses '!RWSEM_GENERIC_SPINLOCK' in place of 'Optimized asm/rwsem.h' as
Kconfig for 'rwsem-optimized': the new Kconfig expresses this feature
equivalently, while also enabling the script 'features-refresh.sh' to
operate on the corresponding arch support status file. Also refreshes
the status matrix by using the script 'features-refresh.sh'.

Suggested-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Andrea Parri <andrea.parri@amarulasolutions.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Andrea Parri and committed by
Jonathan Corbet
0ca2840f b4668659

+4 -4
+4 -4
Documentation/features/locking/rwsem-optimized/arch-support.txt
··· 1 1 # 2 2 # Feature name: rwsem-optimized 3 - # Kconfig: Optimized asm/rwsem.h 3 + # Kconfig: !RWSEM_GENERIC_SPINLOCK 4 4 # description: arch provides optimized rwsem APIs 5 5 # 6 6 ----------------------- ··· 8 8 ----------------------- 9 9 | alpha: | ok | 10 10 | arc: | TODO | 11 - | arm: | TODO | 12 - | arm64: | TODO | 11 + | arm: | ok | 12 + | arm64: | ok | 13 13 | c6x: | TODO | 14 14 | h8300: | TODO | 15 15 | hexagon: | TODO | ··· 26 26 | s390: | ok | 27 27 | sh: | ok | 28 28 | sparc: | ok | 29 - | um: | TODO | 29 + | um: | ok | 30 30 | unicore32: | TODO | 31 31 | x86: | ok | 32 32 | xtensa: | ok |