Commit-ID: 2eda9972bbd12b9feb92ec057deac8e8846e650d Gitweb: http://git.kernel.org/tip/2eda9972bbd12b9feb92ec057deac8e8846e650d Author: Ingo Molnar <[email protected]> AuthorDate: Wed, 3 Jun 2015 12:37:43 +0200 Committer: Ingo Molnar <[email protected]> CommitDate: Wed, 3 Jun 2015 12:51:43 +0200
Documentation/features/locking: Add feature description and arch support status file for 'queued-rwlocks' Cc: <[email protected]> Cc: <[email protected]> Cc: <[email protected]> Cc: Andrew Morton <[email protected]> Cc: H. Peter Anvin <[email protected]> Cc: Jonathan Corbet <[email protected]> Cc: Josh Triplett <[email protected]> Cc: Linus Torvalds <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Thomas Gleixner <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> --- .../{debug/KASAN => locking/queued-rwlocks}/arch-support.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/features/debug/KASAN/arch-support.txt b/Documentation/features/locking/queued-rwlocks/arch-support.txt similarity index 87% copy from Documentation/features/debug/KASAN/arch-support.txt copy to Documentation/features/locking/queued-rwlocks/arch-support.txt index 14531da..68c3a5d 100644 --- a/Documentation/features/debug/KASAN/arch-support.txt +++ b/Documentation/features/locking/queued-rwlocks/arch-support.txt @@ -1,7 +1,7 @@ # -# Feature name: KASAN -# Kconfig: HAVE_ARCH_KASAN -# description: arch supports the KASAN runtime memory checker +# Feature name: queued-rwlocks +# Kconfig: ARCH_USE_QUEUED_RWLOCKS +# description: arch supports queued rwlocks # ----------------------- | arch |status| -- To unsubscribe from this list: send the line "unsubscribe linux-api" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
