Commit-ID: a521dc564bcce456354a01d2603ff946af141d32 Gitweb: http://git.kernel.org/tip/a521dc564bcce456354a01d2603ff946af141d32 Author: Ingo Molnar <mingo@xxxxxxxxxx> AuthorDate: Wed, 3 Jun 2015 12:37:10 +0200 Committer: Ingo Molnar <mingo@xxxxxxxxxx> CommitDate: Wed, 3 Jun 2015 12:51:35 +0200 Documentation/features/locking: Add feature description and arch support status file for 'rwsem-optimized' Cc: <linux-api@xxxxxxxxxxxxxxx> Cc: <linux-arch@xxxxxxxxxxxxxxx> Cc: <linux-kernel@xxxxxxxxxxxxxxx> Cc: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Cc: H. Peter Anvin <hpa@xxxxxxxxx> Cc: Jonathan Corbet <corbet@xxxxxxx> Cc: Josh Triplett <josh@xxxxxxxxxxxxxxxx> Cc: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> Cc: Peter Zijlstra <peterz@xxxxxxxxxxxxx> Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Signed-off-by: Ingo Molnar <mingo@xxxxxxxxxx> --- .../rwsem-optimized}/arch-support.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Documentation/features/vm/PG_uncached/arch-support.txt b/Documentation/features/locking/rwsem-optimized/arch-support.txt similarity index 74% copy from Documentation/features/vm/PG_uncached/arch-support.txt copy to Documentation/features/locking/rwsem-optimized/arch-support.txt index 9919742..ac93d7a 100644 --- a/Documentation/features/vm/PG_uncached/arch-support.txt +++ b/Documentation/features/locking/rwsem-optimized/arch-support.txt @@ -1,12 +1,12 @@ # -# Feature name: PG_uncached -# Kconfig: ARCH_USES_PG_UNCACHED -# description: arch supports the PG_uncached page flag +# Feature name: rwsem-optimized +# Kconfig: Optimized asm/rwsem.h +# description: arch provides optimized rwsem APIs # ----------------------- | arch |status| ----------------------- - | alpha: | TODO | + | alpha: | ok | | arc: | TODO | | arm: | TODO | | arm64: | TODO | @@ -28,13 +28,13 @@ | openrisc: | TODO | | parisc: | TODO | | powerpc: | TODO | - | s390: | TODO | + | s390: | ok | | score: | TODO | - | sh: | TODO | - | sparc: | TODO | + | sh: | ok | + | sparc: | ok | | tile: | TODO | | um: | TODO | | unicore32: | TODO | | x86: | ok | - | xtensa: | TODO | + | xtensa: | ok | ----------------------- -- To unsubscribe from this list: send the line "unsubscribe linux-api" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html