From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758015AbbCEQs6 (ORCPT ); Thu, 5 Mar 2015 11:48:58 -0500 Received: from g1t5424.austin.hp.com ([15.216.225.54]:33816 "EHLO g1t5424.austin.hp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757986AbbCEQs4 (ORCPT ); Thu, 5 Mar 2015 11:48:56 -0500 Message-ID: <1425574096.17007.275.camel@misato.fc.hp.com> Subject: Re: [PATCH mmotm] x86, mm: ioremap_pud_capable can be static From: Toshi Kani To: kbuild test robot Cc: kbuild-all@01.org, Johannes Weiner , Andrew Morton , Linux Memory Management List , linux-kernel@vger.kernel.org Date: Thu, 05 Mar 2015 09:48:16 -0700 In-Reply-To: <20150305123534.GA21563@snb> References: <201503052019.YDsQ378S%fengguang.wu@intel.com> <20150305123534.GA21563@snb> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.4 (3.10.4-4.fc20) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2015-03-05 at 20:35 +0800, kbuild test robot wrote: > Signed-off-by: Fengguang Wu Thanks for the update! Reviewed-by: Toshi Kani -Toshi > --- > ioremap.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/lib/ioremap.c b/lib/ioremap.c > index 3055ada..1634c53 100644 > --- a/lib/ioremap.c > +++ b/lib/ioremap.c > @@ -14,9 +14,9 @@ > #include > > #ifdef CONFIG_HAVE_ARCH_HUGE_VMAP > -int __read_mostly ioremap_pud_capable; > -int __read_mostly ioremap_pmd_capable; > -int __read_mostly ioremap_huge_disabled; > +static int __read_mostly ioremap_pud_capable; > +static int __read_mostly ioremap_pmd_capable; > +static int __read_mostly ioremap_huge_disabled; > > static int __init set_nohugeiomap(char *str) > { > > -- > 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