From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyrill Gorcunov Subject: Re: [PATCH 3/8] SGI x86_64 UV: Limit the number of number of SRAT messages Date: Tue, 27 Oct 2009 23:16:36 +0300 Message-ID: <20091027201636.GK5893@lenovo> References: <20091023233743.439628000@alcatraz.americas.sgi.com> <20091023233750.702443000@alcatraz.americas.sgi.com> <87pr8ay6tc.fsf@basil.nowhere.org> <4AE710C9.2070307@sgi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: David Rientjes Cc: Mike Travis , Andi Kleen , Ingo Molnar , Thomas Gleixner , Andrew Morton , Jack Steiner , "H. Peter Anvin" , x86@kernel.org, Yinghai Lu , Mel Gorman , linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org List-Id: linux-acpi@vger.kernel.org [David Rientjes - Tue, Oct 27, 2009 at 12:45:00PM -0700] ... | On Tue, 27 Oct 2009, Mike Travis wrote: | + | +void __init acpi_numa_print_srat_mapping(void) | +{ | + DECLARE_BITMAP(apicid_map, MAX_LOCAL_APIC); | + char apicid_list[MAX_LOCAL_APIC]; Hi David, I suppose 32K on stack is too much :) (perhaps gcc will move it out of stack?) ... -- Cyrill