From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [PATCH] xen: move viridian defines to header Date: Thu, 01 Apr 2010 09:50:53 +0100 Message-ID: References: <201004011030.59969.Christoph.Egger@amd.com> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <201004011030.59969.Christoph.Egger@amd.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Christoph Egger , "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org On 01/04/2010 09:30, "Christoph Egger" wrote: > > Hi! > > Attached patch moves viridian defines into viridian header. > > Signed-off-by: Christoph Egger I don't consider this a clean up by itself. It's nicer to define things in a .c file if they are only sued in that .c file. Also moving the MSRs out but not other viridian-architectural defines like the MSR flag definitions and hypercall status codes seems inconsistent. I would consider this as part of a patch series where later patches that I actually care about make use of this change. On its own, it gets a nack. -- Keir