From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758648AbYAVXE1 (ORCPT ); Tue, 22 Jan 2008 18:04:27 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756687AbYAVXEL (ORCPT ); Tue, 22 Jan 2008 18:04:11 -0500 Received: from relay1.sgi.com ([192.48.171.29]:40808 "EHLO relay.sgi.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754891AbYAVXEK (ORCPT ); Tue, 22 Jan 2008 18:04:10 -0500 Message-Id: <20080122230409.198261000@sgi.com> User-Agent: quilt/0.46-1 Date: Tue, 22 Jan 2008 15:04:09 -0800 From: travis@sgi.com To: mingo@elte.hu Cc: Andrew Morton , Christoph Lameter , linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/3] x86/non-x86: percpu, node ids, apic ids x86.git fixup Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org [ patches for x86.git ] Ingo Molnar wrote: > well i picked up some more stuff so please check x86.git later today, > once i have updated it. It should have most of the x86.git relevant > bits. > > the wider, multiple-arch patches you are doing should go via -mm. (or i > can pick any of them up into x86.git for testing, if you reshape it to a > "applies fine to x86.git and does not break other arches" x86-only and > perhaps generic-percpu bits. Here is 3 patches to address the following: 01-fix-x86.git-need - fixes up things missing in x86.git [necessary] 02-fix-x86.git-debug-maxsmp - adds debug options [do not include, except for DEBUG] 03-fix-x86.git-non-x86-changes - non-x86 changes that should fix build errors when x86.git is merged into -mm. [necessary for -mm merge] [percpu_modcopy() being the primary problem but also the config option name for "HAVE_PER_CPU_SETUP" is different.] Cc: Andi Kleen Cc: David Miller Cc: David Rientjes Cc: Eric Dumazet Cc: linux-ia64@vger.kernel.org Cc: mingo@redhat.com Cc: Paul Mackerras Cc: schwidefsky@de.ibm.com Cc: tglx@linutronix.de Cc: tony.luck@intel.com Cc: Yinghai Lu Signed-off-by: Mike Travis --