From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: [PATCH 03/10] x86: don't build platform hypercall helpers multiple times Date: Tue, 20 Oct 2015 13:48:12 +0100 Message-ID: <5626380C.40400@citrix.com> References: <5626340902000078000ACB1F@prv-mh.provo.novell.com> <5626363602000078000ACB39@prv-mh.provo.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZoWKy-0003bn-CO for xen-devel@lists.xenproject.org; Tue, 20 Oct 2015 12:48:20 +0000 In-Reply-To: <5626363602000078000ACB39@prv-mh.provo.novell.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Jan Beulich , xen-devel Cc: Keir Fraser List-Id: xen-devel@lists.xenproject.org On 20/10/15 11:40, Jan Beulich wrote: > ... to eliminate the resulting duplicate symbols. This includes > dropping an odd per-CPU variable left from 32-bit days: Now that we > only care about 64-bit builds, converting the uint64_t needing > passing to a void pointer is no problem anymore. > > Since the COMPAT handling section needs to be re-organized for this > anyway, also adjust a few other shortcomings (like declarations not > being visible at the point of the respective definition, risking both > to get out of sync). > > Signed-off-by: Jan Beulich Reviewed-by: Andrew Cooper