From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [PATCH] xen: cleanup headers Date: Fri, 20 May 2011 15:27:24 +0100 Message-ID: References: <4DD6658D.6070205@amd.com> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4DD6658D.6070205@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 20/05/2011 13:58, "Christoph Egger" wrote: > > Include headers that are actually needed, drop everything else. > Do not use BUG() in public headers. Why would that be a problem in an ifdef-__XEN__ region? -- Keir > Signed-off-by: Christoph Egger