From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753699AbbFCLJI (ORCPT ); Wed, 3 Jun 2015 07:09:08 -0400 Received: from terminus.zytor.com ([198.137.202.10]:59831 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752645AbbFCLI4 (ORCPT ); Wed, 3 Jun 2015 07:08:56 -0400 Date: Wed, 3 Jun 2015 04:08:21 -0700 From: tip-bot for Ingo Molnar Message-ID: Cc: torvalds@linux-foundation.org, mingo@kernel.org, hpa@zytor.com, linux-api@vger.kernel.org, peterz@infradead.org, linux-arch@vger.kernel.org, corbet@lwn.net, josh@joshtriplett.org, linux-kernel@vger.kernel.org, akpm@linux-foundation.org, tglx@linutronix.de Reply-To: tglx@linutronix.de, akpm@linux-foundation.org, linux-kernel@vger.kernel.org, josh@joshtriplett.org, corbet@lwn.net, peterz@infradead.org, linux-arch@vger.kernel.org, linux-api@vger.kernel.org, hpa@zytor.com, mingo@kernel.org, torvalds@linux-foundation.org To: linux-tip-commits@vger.kernel.org Subject: [tip:core/documentation] Documentation/features/vm: Add feature description and arch support status file for 'huge-vmap' Git-Commit-ID: bebcfbb0ceb5228f5931f6869a72b6e92ea10592 X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit-ID: bebcfbb0ceb5228f5931f6869a72b6e92ea10592 Gitweb: http://git.kernel.org/tip/bebcfbb0ceb5228f5931f6869a72b6e92ea10592 Author: Ingo Molnar AuthorDate: Wed, 3 Jun 2015 12:37:00 +0200 Committer: Ingo Molnar CommitDate: Wed, 3 Jun 2015 12:51:33 +0200 Documentation/features/vm: Add feature description and arch support status file for 'huge-vmap' 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 --- .../features/{lib/strncasecmp => vm/huge-vmap}/arch-support.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/features/lib/strncasecmp/arch-support.txt b/Documentation/features/vm/huge-vmap/arch-support.txt similarity index 82% copy from Documentation/features/lib/strncasecmp/arch-support.txt copy to Documentation/features/vm/huge-vmap/arch-support.txt index 12b1c93..af6816b 100644 --- a/Documentation/features/lib/strncasecmp/arch-support.txt +++ b/Documentation/features/vm/huge-vmap/arch-support.txt @@ -1,7 +1,7 @@ # -# Feature name: strncasecmp -# Kconfig: __HAVE_ARCH_STRNCASECMP -# description: arch provides an optimized strncasecmp() function +# Feature name: huge-vmap +# Kconfig: HAVE_ARCH_HUGE_VMAP +# description: arch supports the ioremap_pud_enabled() and ioremap_pmd_enabled() VM APIs # ----------------------- | arch |status| @@ -35,6 +35,6 @@ | tile: | TODO | | um: | TODO | | unicore32: | TODO | - | x86: | TODO | + | x86: | ok | | xtensa: | TODO | -----------------------