From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754612AbYIEPpu (ORCPT ); Fri, 5 Sep 2008 11:45:50 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753391AbYIEPpm (ORCPT ); Fri, 5 Sep 2008 11:45:42 -0400 Received: from mx2.mail.elte.hu ([157.181.151.9]:55354 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753298AbYIEPpm (ORCPT ); Fri, 5 Sep 2008 11:45:42 -0400 Date: Fri, 5 Sep 2008 17:45:26 +0200 From: Ingo Molnar To: Alex Nixon Cc: Linux Kernel Mailing List , Jeremy Fitzhardinge Subject: Re: [PATCH 0/3] Fix Xen cpu hotplug build Message-ID: <20080905154526.GG10292@elte.hu> References: <48BE912F.7090809@citrix.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <48BE912F.7090809@citrix.com> User-Agent: Mutt/1.5.18 (2008-05-17) X-ELTE-VirusStatus: clean X-ELTE-SpamScore: -1.5 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.5 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.3 -1.5 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Alex Nixon wrote: > This patch series contains various build fixes against the Xen cpu hotplug series currently in tip/x86/xen > > Diff stats: > > arch/x86/kernel/cpu/common.c | 7 ------- > arch/x86/kernel/process_32.c | 7 +++++++ > arch/x86/kernel/process_64.c | 7 +++++++ > arch/x86/kernel/tlb_32.c | 8 ++++++++ > drivers/xen/Makefile | 3 ++- > drivers/xen/cpu_hotplug.c | 2 +- > include/asm-x86/smp.h | 9 --------- > include/asm-x86/tlbflush.h | 10 ++++++++++ > 8 files changed, 35 insertions(+), 18 deletions(-) applied to tip/x86/xen, thanks Alex! Ingo