From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx119.postini.com [74.125.245.119]) by kanga.kvack.org (Postfix) with SMTP id 93D3C6B0031 for ; Fri, 13 Sep 2013 15:58:15 -0400 (EDT) Message-ID: <52336E41.40307@intel.com> Date: Fri, 13 Sep 2013 12:57:53 -0700 From: Dave Hansen MIME-Version: 1.0 Subject: Re: [PATCH 8/9] mm: implement split page table lock for PMD level References: <20130910074748.GA2971@gmail.com> <1379077576-2472-1-git-send-email-kirill.shutemov@linux.intel.com> <1379077576-2472-9-git-send-email-kirill.shutemov@linux.intel.com> In-Reply-To: <1379077576-2472-9-git-send-email-kirill.shutemov@linux.intel.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org List-ID: To: "Kirill A. Shutemov" Cc: Alex Thorlton , Ingo Molnar , Andrew Morton , Naoya Horiguchi , "Eric W . Biederman" , "Paul E . McKenney" , Al Viro , Andi Kleen , Andrea Arcangeli , Dave Jones , David Howells , Frederic Weisbecker , Johannes Weiner , Kees Cook , Mel Gorman , Michael Kerrisk , Oleg Nesterov , Peter Zijlstra , Rik van Riel , Robin Holt , Sedat Dilek , Srikar Dronamraju , Thomas Gleixner , linux-kernel@vger.kernel.org, linux-mm@kvack.org On 09/13/2013 06:06 AM, Kirill A. Shutemov wrote: > +config ARCH_ENABLE_SPLIT_PMD_PTLOCK > + boolean > + > +config SPLIT_PMD_PTLOCK_CPUS > + int > + # hugetlb hasn't converted to split locking yet > + default "999999" if HUGETLB_PAGE > + default "32" if ARCH_ENABLE_SPLIT_PMD_PTLOCK > + default "999999" Is there a reason we should have separate config knobs for this from SPLIT_PTLOCK_CPUS? Seem a bit silly. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org