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>
This commit is contained in:
parent
b466865916
commit
0ca2840ff5
|
@ -1,6 +1,6 @@
|
||||||
#
|
#
|
||||||
# Feature name: rwsem-optimized
|
# Feature name: rwsem-optimized
|
||||||
# Kconfig: Optimized asm/rwsem.h
|
# Kconfig: !RWSEM_GENERIC_SPINLOCK
|
||||||
# description: arch provides optimized rwsem APIs
|
# description: arch provides optimized rwsem APIs
|
||||||
#
|
#
|
||||||
-----------------------
|
-----------------------
|
||||||
|
@ -8,8 +8,8 @@
|
||||||
-----------------------
|
-----------------------
|
||||||
| alpha: | ok |
|
| alpha: | ok |
|
||||||
| arc: | TODO |
|
| arc: | TODO |
|
||||||
| arm: | TODO |
|
| arm: | ok |
|
||||||
| arm64: | TODO |
|
| arm64: | ok |
|
||||||
| c6x: | TODO |
|
| c6x: | TODO |
|
||||||
| h8300: | TODO |
|
| h8300: | TODO |
|
||||||
| hexagon: | TODO |
|
| hexagon: | TODO |
|
||||||
|
@ -26,7 +26,7 @@
|
||||||
| s390: | ok |
|
| s390: | ok |
|
||||||
| sh: | ok |
|
| sh: | ok |
|
||||||
| sparc: | ok |
|
| sparc: | ok |
|
||||||
| um: | TODO |
|
| um: | ok |
|
||||||
| unicore32: | TODO |
|
| unicore32: | TODO |
|
||||||
| x86: | ok |
|
| x86: | ok |
|
||||||
| xtensa: | ok |
|
| xtensa: | ok |
|
||||||
|
|
Loading…
Reference in New Issue