From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [PATCH] apic: clean up msr handling Date: Fri, 11 Jun 2010 17:48:46 +0100 Message-ID: References: <201006111810.20689.Christoph.Egger@amd.com> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <201006111810.20689.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 11/06/2010 17:10, "Christoph Egger" wrote: > But this is not what I meant by 'clean up the headers'. > For example, when you do > > touch xen/include/asm-x86/apic.h > > then in the next build files that have nothing to do with > apic get recompiled because apic.h is indirectly included. Yeah, smp.h should not need to include apic.h. I fixed this up as xen-unstable:21608. -- Keir