From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753001AbbDQM6y (ORCPT ); Fri, 17 Apr 2015 08:58:54 -0400 Received: from mta-out1.inet.fi ([62.71.2.227]:39963 "EHLO kirsi1.inet.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752410AbbDQM6v (ORCPT ); Fri, 17 Apr 2015 08:58:51 -0400 Date: Fri, 17 Apr 2015 15:58:34 +0300 From: "Kirill A. Shutemov" To: Guenter Roeck Cc: "James E.J. Bottomley" , Andrew Morton , linux-parisc@vger.kernel.org, linux-kernel@vger.kernel.org, "Kirill A. Shutemov" Subject: Re: [PATCH] parisc: Replace PT_NLEVELS with CONFIG_PGTABLE_LEVELS Message-ID: <20150417125834.GA3023@node.dhcp.inet.fi> References: <1429130068-18096-1-git-send-email-linux@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1429130068-18096-1-git-send-email-linux@roeck-us.net> User-Agent: Mutt/1.5.23.1 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Apr 15, 2015 at 01:34:28PM -0700, Guenter Roeck wrote: > The following warning is seen when compiling parisc images > > ./arch/parisc/include/asm/pgalloc.h: In function 'pgd_alloc': > ./arch/parisc/include/asm/pgalloc.h:29:5: warning: "PT_NLEVELS" is not defined > > Some definitions of PT_NLEVELS were missed with the conversion to > CONFIG_PGTABLE_LEVELS. > > Fixes: f24ffde43237 ("parisc: expose number of page table levels > on Kconfig level") > Cc: Kirill A. Shutemov > Signed-off-by: Guenter Roeck Acked-by: Kirill A. Shutemov -- Kirill A. Shutemov