From mboxrd@z Thu Jan 1 00:00:00 1970 From: tip-bot for Ingo Molnar Subject: [tip:core/documentation] Documentation/features/lib: Add feature description and arch support status file for 'strncasecmp' Date: Wed, 3 Jun 2015 04:07:41 -0700 Message-ID: Reply-To: linux-arch@vger.kernel.org, tglx@linutronix.de, akpm@linux-foundation.org, josh@joshtriplett.org, torvalds@linux-foundation.org, hpa@zytor.com, linux-kernel@vger.kernel.org, corbet@lwn.net, mingo@kernel.org, peterz@infradead.org, linux-api@vger.kernel.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Return-path: Received: from terminus.zytor.com ([198.137.202.10]:59796 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753308AbbFCLIQ (ORCPT ); Wed, 3 Jun 2015 07:08:16 -0400 Content-Disposition: inline Sender: linux-arch-owner@vger.kernel.org List-ID: To: linux-tip-commits@vger.kernel.org Cc: torvalds@linux-foundation.org, linux-kernel@vger.kernel.org, hpa@zytor.com, linux-arch@vger.kernel.org, tglx@linutronix.de, akpm@linux-foundation.org, josh@joshtriplett.org, mingo@kernel.org, peterz@infradead.org, linux-api@vger.kernel.org, corbet@lwn.net Commit-ID: b85c92c32739bc6dacb8e1f89a760d4ccf095a0d Gitweb: http://git.kernel.org/tip/b85c92c32739bc6dacb8e1f89a760d4ccf095a0d Author: Ingo Molnar AuthorDate: Wed, 3 Jun 2015 12:36:57 +0200 Committer: Ingo Molnar CommitDate: Wed, 3 Jun 2015 12:51:33 +0200 Documentation/features/lib: Add feature description and arch support status file for 'strncasecmp' Cc: Cc: Cc: Cc: Andrew Morton Cc: H. Peter Anvin Cc: Jonathan Corbet Cc: Josh Triplett Cc: Linus Torvalds Cc: Peter Zijlstra Cc: Thomas Gleixner Signed-off-by: Ingo Molnar --- .../{vm/PG_uncached => lib/strncasecmp}/arch-support.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Documentation/features/vm/PG_uncached/arch-support.txt b/Documentation/features/lib/strncasecmp/arch-support.txt similarity index 81% copy from Documentation/features/vm/PG_uncached/arch-support.txt copy to Documentation/features/lib/strncasecmp/arch-support.txt index 9919742..12b1c93 100644 --- a/Documentation/features/vm/PG_uncached/arch-support.txt +++ b/Documentation/features/lib/strncasecmp/arch-support.txt @@ -1,7 +1,7 @@ # -# Feature name: PG_uncached -# Kconfig: ARCH_USES_PG_UNCACHED -# description: arch supports the PG_uncached page flag +# Feature name: strncasecmp +# Kconfig: __HAVE_ARCH_STRNCASECMP +# description: arch provides an optimized strncasecmp() function # ----------------------- | arch |status| @@ -17,7 +17,7 @@ | frv: | TODO | | h8300: | TODO | | hexagon: | TODO | - | ia64: | ok | + | ia64: | TODO | | m32r: | TODO | | m68k: | TODO | | metag: | TODO | @@ -35,6 +35,6 @@ | tile: | TODO | | um: | TODO | | unicore32: | TODO | - | x86: | ok | + | x86: | TODO | | xtensa: | TODO | -----------------------