From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932092AbWEIXWg (ORCPT ); Tue, 9 May 2006 19:22:36 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932093AbWEIXWf (ORCPT ); Tue, 9 May 2006 19:22:35 -0400 Received: from 216-99-217-87.dsl.aracnet.com ([216.99.217.87]:31106 "EHLO sous-sol.org") by vger.kernel.org with ESMTP id S932092AbWEIXWf (ORCPT ); Tue, 9 May 2006 19:22:35 -0400 Date: Tue, 9 May 2006 16:23:35 -0700 From: Chris Wright To: Adrian Bunk Cc: Chris Wright , linux-kernel@vger.kernel.org, virtualization@lists.osdl.org, xen-devel@lists.xensource.com, Ian Pratt , Christian Limpach Subject: Re: [RFC PATCH 01/35] Add XEN config options and disable unsupported config options. Message-ID: <20060509232335.GE24291@moss.sous-sol.org> References: <20060509084945.373541000@sous-sol.org> <20060509085145.790527000@sous-sol.org> <20060509100547.GL3570@stusta.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060509100547.GL3570@stusta.de> User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org * Adrian Bunk (bunk@stusta.de) wrote: > On Tue, May 09, 2006 at 12:00:01AM -0700, Chris Wright wrote: > >... > > --- linus-2.6.orig/arch/i386/Kconfig > > +++ linus-2.6/arch/i386/Kconfig > >... > > config X86_IO_APIC > > bool > > - depends on X86_UP_IOAPIC || (SMP && !(X86_VISWS || X86_VOYAGER)) > > + depends on X86_UP_IOAPIC || (SMP && !(X86_VISWS || X86_VOYAGER || X86_XEN)) > > default y > >... > > not required True, although SMP is just disabled in this patchset which is a subset of full Xen support. thanks, -chris