Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754200AbaBQXON (ORCPT ); Mon, 17 Feb 2014 18:14:13 -0500 Received: from mail-pb0-f53.google.com ([209.85.160.53]:60923 "EHLO mail-pb0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751254AbaBQXOK (ORCPT ); Mon, 17 Feb 2014 18:14:10 -0500 Date: Mon, 17 Feb 2014 15:14:06 -0800 (PST) From: David Rientjes X-X-Sender: rientjes@chino.kir.corp.google.com To: Nishanth Aravamudan cc: Linus Torvalds , Raghavendra K T , Andrew Morton , Fengguang Wu , David Cohen , Al Viro , Damien Ramonda , Jan Kara , linux-mm , Linux Kernel Mailing List Subject: Re: [RFC PATCH V5] mm readahead: Fix readahead fail for no local memory and limit readahead pages In-Reply-To: <20140217192803.GA14586@linux.vnet.ibm.com> Message-ID: References: <52F8C556.6090006@linux.vnet.ibm.com> <52FC6F2A.30905@linux.vnet.ibm.com> <52FC98A6.1000701@linux.vnet.ibm.com> <20140214001438.GB1651@linux.vnet.ibm.com> <20140214043235.GA21999@linux.vnet.ibm.com> <20140217192803.GA14586@linux.vnet.ibm.com> User-Agent: Alpine 2.02 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 17 Feb 2014, Nishanth Aravamudan wrote: > Here is what I'm running into now: > > setup_arch -> > do_init_bootmem -> > cpu_numa_callback -> > numa_setup_cpu -> > map_cpu_to_node -> > update_numa_cpu_lookup_table > > Which current updates the powerpc specific numa_cpu_lookup_table. I > would like to update that function to use set_cpu_numa_node() and > set_cpu_numa_mem(), but local_memory_node() is not yet functional > because build_all_zonelists is called later in start_kernel. Would it > make sense for first_zones_zonelist() to return NUMA_NO_NODE if we > don't have a zone? > Hmm, I don't think we'll want to modify the generic first_zones_zonelist() for a special case that is only true during boot. Instead, would it make sense to modify numa_setup_cpu() to use the generic cpu_to_node() instead of using a powerpc mapping and then do the set_cpu_numa_mem() after paging_init() when the zonelists will have been built and zones without present pages are properly excluded? -- 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/