From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756184AbZBEGt7 (ORCPT ); Thu, 5 Feb 2009 01:49:59 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752325AbZBEGtt (ORCPT ); Thu, 5 Feb 2009 01:49:49 -0500 Received: from hera.kernel.org ([140.211.167.34]:55839 "EHLO hera.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752127AbZBEGts (ORCPT ); Thu, 5 Feb 2009 01:49:48 -0500 Message-ID: <498A8C05.30704@kernel.org> Date: Thu, 05 Feb 2009 15:49:41 +0900 From: Tejun Heo User-Agent: Thunderbird 2.0.0.19 (X11/20081227) MIME-Version: 1.0 To: Jeremy Fitzhardinge CC: Ingo Molnar , the arch/x86 maintainers , Linux Kernel Mailing List , Xen-devel Subject: Re: [PATCH 1/3] xen: setup percpu data pointers References: <49876BD3.5070804@goop.org> <498A8738.9050200@gmail.com> In-Reply-To: <498A8738.9050200@gmail.com> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.0 (hera.kernel.org [127.0.0.1]); Thu, 05 Feb 2009 06:49:35 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Tejun Heo wrote: > Applied 1-3 to #tj-percpu with trivial modification on #2 (will reply > to the message). Oh... hpa already merged them into x86/paravirt. I'll just pull x86/paravirt into core/percpu because the first patch needs to be in core/percpu to keep xen working. hpa, can you please take the other xen patch[1] into x86/paravirt too? So that I can receive it via you? Thanks. -- tejun [1] [PATCH] xen: fix 32-bit build resulting from mmu move