Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753821AbbBJS7J (ORCPT ); Tue, 10 Feb 2015 13:59:09 -0500 Received: from mga14.intel.com ([192.55.52.115]:35126 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753362AbbBJS7H (ORCPT ); Tue, 10 Feb 2015 13:59:07 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.09,552,1418112000"; d="scan'208";a="650212422" Message-ID: <54DA54FA.7010707@intel.com> Date: Tue, 10 Feb 2015 10:59:06 -0800 From: Dave Hansen User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Toshi Kani , akpm@linux-foundation.org, hpa@zytor.com, tglx@linutronix.de, mingo@redhat.com, arnd@arndb.de CC: linux-mm@kvack.org, x86@kernel.org, linux-kernel@vger.kernel.org, Elliott@hp.com Subject: Re: [PATCH v2 5/7] x86, mm: Support huge KVA mappings on x86 References: <1423521935-17454-1-git-send-email-toshi.kani@hp.com> <1423521935-17454-6-git-send-email-toshi.kani@hp.com> In-Reply-To: <1423521935-17454-6-git-send-email-toshi.kani@hp.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 714 Lines: 14 On 02/09/2015 02:45 PM, Toshi Kani wrote: > Implement huge KVA mapping interfaces on x86. Select > HAVE_ARCH_HUGE_VMAP when X86_64 or X86_32 with X86_PAE is set. > Without X86_PAE set, the X86_32 kernel has the 2-level page > tables and cannot provide the huge KVA mappings. Not that it's a big deal, but what's the limitation with the 2-level page tables on 32-bit? We have a 4MB large page size available there and we already use it for the kernel linear mapping. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/