From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ingo Molnar Date: Wed, 21 Oct 2009 06:11:09 +0000 Subject: Re: Commit 34d76c41 causes linker errors on ia64 with NR_CPUS=4096 Message-Id: <20091021061109.GA27195@elte.hu> List-Id: References: <4ADB967A.4080707@suse.com> <4ADD48D1.1040701@kernel.org> <4ADD54D4.70808@kernel.org> <4ADD5530.3050107@kernel.org> <4ADDC69A.5000701@suse.com> <4ADDCDED.6060706@suse.com> In-Reply-To: <4ADDCDED.6060706@suse.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Jeff Mahoney Cc: Jiri Kosina , Tejun Heo , Peter Zijlstra , Linux Kernel Mailing List , Tony Luck , Fenghua Yu , linux-ia64@vger.kernel.org * Jeff Mahoney wrote: > This version fixes a build issue (__alignof__(unsigned long)) and > fixes the percpu lookup to be usd = percpu array pointer, usd[i] = > actual variable. Before applying this part-workaround i'd like to see confirmation that the IA64 limitation is being fixed. It would be bad for such bugs to pop up again and again in the future, with a 2 months bug fixing latency. Ingo