From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751994AbdF3PoV (ORCPT ); Fri, 30 Jun 2017 11:44:21 -0400 Received: from mx2.suse.de ([195.135.220.15]:50449 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751678AbdF3PoT (ORCPT ); Fri, 30 Jun 2017 11:44:19 -0400 Date: Fri, 30 Jun 2017 17:44:16 +0200 From: Michal Hocko To: Yang Shi Cc: Joonsoo Kim , Mel Gorman , Andrew Morton , Vlastimil Babka , linux-mm@kvack.org, LKML Subject: Re: "mm: use early_pfn_to_nid in page_ext_init" broken on some configurations? Message-ID: <20170630154416.GB9714@dhcp22.suse.cz> References: <20170630141847.GN22917@dhcp22.suse.cz> <20170630154224.GA9714@dhcp22.suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170630154224.GA9714@dhcp22.suse.cz> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri 30-06-17 17:42:24, Michal Hocko wrote: [...] > diff --git a/include/linux/mmzone.h b/include/linux/mmzone.h > index 16532fa0bb64..894697c1e6f5 100644 > --- a/include/linux/mmzone.h > +++ b/include/linux/mmzone.h > @@ -1055,6 +1055,7 @@ static inline struct zoneref *first_zones_zonelist(struct zonelist *zonelist, > !defined(CONFIG_HAVE_MEMBLOCK_NODE_MAP) > static inline unsigned long early_pfn_to_nid(unsigned long pfn) > { > + BUILD_BUG_ON(!IS_ENABLED(CONFIG_NUMA)); Err, this should read BUILD_BUG_ON(IS_ENABLED(CONFIG_NUMA)) of course > return 0; > } > #endif -- Michal Hocko SUSE Labs